ci: Remove ccache patch (#1312)

We don't need it
This commit is contained in:
秋秋
2024-01-24 06:11:19 +00:00
committed by GitHub
parent a569b1c76e
commit 0f985917f9
3 changed files with 1 additions and 97 deletions

View File

@@ -171,7 +171,7 @@ jobs:
export KSU_EXPECTED_HASH=${{ vars.EXPECTED_HASH }}
fi
if [ -e build/build.sh ]; then
CCACHE="/usr/bin/ccache" LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh
LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh CC="/usr/bin/ccache clang"
else
tools/bazel run --disk_cache=/home/runner/.cache/bazel --config=fast --config=stamp --lto=thin //common:kernel_aarch64_dist -- --dist_dir=dist
fi