We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790c0e0 commit 6f05745Copy full SHA for 6f05745
.github/workflows/ci.bazelrc
@@ -11,3 +11,7 @@ build --repository_cache=$HOME/.cache/bazel-repo
11
12
# Allows tests to run bazelisk-in-bazel, since this is the cache folder used
13
test --test_env=XDG_CACHE_HOME
14
+
15
+# Use remote cache instance
16
+build:cas --remote_instance_name=main
17
+build:cas --remote_cache=grpc://cas.stack.build:50051
0 commit comments