Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

A bucket was added in llvm/llvm-zorg#650. Wire it up in the job so we can actually take advantage of it.

A bucket was added in llvm/llvm-zorg#650. Wire
it up in the job so we can actually take advantage of it.
@boomanaiden154 boomanaiden154 marked this pull request as ready for review November 7, 2025 23:13
@llvmbot
Copy link
Member

llvmbot commented Nov 7, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

A bucket was added in llvm/llvm-zorg#650. Wire it up in the job so we can actually take advantage of it.


Full diff: https://github.com/llvm/llvm-project/pull/167044.diff

1 Files Affected:

  • (modified) .github/workflows/bazel-checks.yml (+2)
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants