From 383f16445394c5f7affce5beff9adf8611e469d3 Mon Sep 17 00:00:00 2001 From: weishu Date: Sat, 16 Mar 2024 10:32:21 +0800 Subject: [PATCH] remove ccache, bazel don't use --- .github/workflows/avd-kernel.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/avd-kernel.yml b/.github/workflows/avd-kernel.yml index 846470a3..6888ddfc 100644 --- a/.github/workflows/avd-kernel.yml +++ b/.github/workflows/avd-kernel.yml @@ -38,10 +38,6 @@ jobs: build: name: Build ${{ inputs.version_name }} runs-on: ubuntu-latest - env: - CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion" - CCACHE_NOHASHDIR: "true" - CCACHE_HARDLINK: "true" steps: - name: Maximize build space uses: easimon/maximize-build-space@master @@ -107,14 +103,6 @@ jobs: echo "VERSION: $VERSION" echo "kernelsu_version=$VERSION" >> $GITHUB_ENV - - name: Setup ccache - if: inputs.use_cache == true - uses: hendrikmuhs/ccache-action@v1.2 - with: - key: gki-kernel-${{ inputs.arch }}-avd-${{ inputs.version_name }} - max-size: 2G - save: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - - name: Make working directory clean to avoid dirty working-directory: android-kernel run: |