From 5da7301d19e0a293bc2187520b471361beaefe92 Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Wed, 18 Jun 2025 18:23:10 -0700 Subject: remove sccache due to the instability (#7484) --- .github/actions/common-setup/action.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.github/actions') diff --git a/.github/actions/common-setup/action.yml b/.github/actions/common-setup/action.yml index 68a47e707..632a14485 100644 --- a/.github/actions/common-setup/action.yml +++ b/.github/actions/common-setup/action.yml @@ -100,7 +100,7 @@ runs: path: ${{ github.workspace }}/build/llvm-project-install key: ${{ steps.cache-llvm.outputs.cache-primary-key }} - - name: Set environment variable for CMake and sccache + - name: Set environment variable for CMake shell: bash run: | if [ "${{inputs.build-llvm}}" == "true" ]; then @@ -108,13 +108,6 @@ runs: echo "Clang_DIR=${{ github.workspace }}/build/llvm-project-install" >> "$GITHUB_ENV" fi - # Set CMake to use sccache if it's available - if command -v sccache; then - echo "CMAKE_CXX_COMPILER_LAUNCHER=sccache" >> "$GITHUB_ENV" - echo "CMAKE_C_COMPILER_LAUNCHER=sccache" >> "$GITHUB_ENV" - fi - echo SCCACHE_IGNORE_SERVER_IO_ERROR=1 >> "$GITHUB_ENV" - # Install swiftshader - uses: robinraju/release-downloader@v1.11 continue-on-error: true -- cgit v1.2.3