Skip to content

Commit

Permalink
ci: Remove ccache patch (#1312)
Browse files Browse the repository at this point in the history
We don't need it
  • Loading branch information
lateautumn233 authored Jan 24, 2024
1 parent a569b1c commit 0f98591
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f98591

Please sign in to comment.