From c5cdccea2489aed5dbd19ebca28e343cc8f4310a Mon Sep 17 00:00:00 2001 From: Yingchun Lai Date: Sat, 23 Dec 2023 12:32:14 +0800 Subject: [PATCH] 1 --- .github/workflows/lint_and_test_go-client.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint_and_test_go-client.yml b/.github/workflows/lint_and_test_go-client.yml index 461c2af875..3caf35c09e 100644 --- a/.github/workflows/lint_and_test_go-client.yml +++ b/.github/workflows/lint_and_test_go-client.yml @@ -68,9 +68,9 @@ jobs: env: USE_JEMALLOC: OFF ARTIFACT_NAME: release_for_go_client - BUILD_OPTIONS: -t release + BUILD_OPTIONS: -t release --compiler clang-10,clang++-10 container: - image: apache/pegasus:thirdparties-bin-test-ubuntu2004-${{ github.base_ref }} + image: apache/pegasus:thirdparties-bin-ubuntu2004-${{ github.base_ref }} steps: - uses: actions/checkout@v3 - uses: "./.github/actions/rebuild_thirdparty_if_needed" @@ -84,7 +84,7 @@ jobs: env: ARTIFACT_NAME: release_for_go_client container: - image: apache/pegasus:thirdparties-bin-test-ubuntu2004-${{ github.base_ref }} + image: apache/pegasus:thirdparties-bin-ubuntu2004-${{ github.base_ref }} steps: - name: Install thrift run: |