From ceb00dfdfd90edc09d6a065b51ee9c134be58f8d Mon Sep 17 00:00:00 2001 From: weishu Date: Fri, 15 Mar 2024 22:28:00 +0800 Subject: [PATCH] ci: remove avd build disk cache --- .github/workflows/avd-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/avd-kernel.yml b/.github/workflows/avd-kernel.yml index 7a9b5fa4..846470a3 100644 --- a/.github/workflows/avd-kernel.yml +++ b/.github/workflows/avd-kernel.yml @@ -131,7 +131,7 @@ jobs: export KSU_EXPECTED_SIZE=${{ vars.EXPECTED_SIZE }} export KSU_EXPECTED_HASH=${{ vars.EXPECTED_HASH }} fi - tools/bazel run --disk_cache=/home/runner/.cache/bazel --config=fast --config=stamp --lto=thin //common-modules/virtual-device:virtual_device_${{ inputs.arch }}_dist -- --dist_dir=dist + tools/bazel run --config=fast --config=stamp --lto=thin //common-modules/virtual-device:virtual_device_${{ inputs.arch }}_dist -- --dist_dir=dist NAME=kernel-${{ inputs.arch }}-avd-${{ inputs.version_name }}-${{ env.kernelsu_version }} TARGET_IMAGE=dist/bzImage if [ ! -e $TARGET_IMAGE ]; then