From cd449ad38782689b46acd8e9f10464b48792b5fd Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Fri, 7 Nov 2025 23:05:56 +0000 Subject: [PATCH] [Github] Make Bazel Build/Test use GCS Cache A bucket was added in https://github.com/llvm/llvm-zorg/pull/650. Wire it up in the job so we can actually take advantage of it. --- .github/workflows/bazel-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bazel-checks.yml b/.github/workflows/bazel-checks.yml index 7c3db4ed7865f..1b27dbc1dbc4d 100644 --- a/.github/workflows/bazel-checks.yml +++ b/.github/workflows/bazel-checks.yml @@ -52,4 +52,6 @@ jobs: working-directory: utils/bazel run: | bazelisk test --config=ci --sandbox_base="" \ + --remote_cache=https://storage.googleapis.com/$CACHE_GCS_BUCKET-bazel \ + --google_default_credentials \ @llvm-project//llvm/unittests:adt_tests