Skip to content

Commit cd449ad

Browse files
[Github] Make Bazel Build/Test use GCS Cache
A bucket was added in llvm/llvm-zorg#650. Wire it up in the job so we can actually take advantage of it.
1 parent 913849e commit cd449ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bazel-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ jobs:
5252
working-directory: utils/bazel
5353
run: |
5454
bazelisk test --config=ci --sandbox_base="" \
55+
--remote_cache=https://storage.googleapis.com/$CACHE_GCS_BUCKET-bazel \
56+
--google_default_credentials \
5557
@llvm-project//llvm/unittests:adt_tests

0 commit comments

Comments
 (0)