We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082457f commit e147d39Copy full SHA for e147d39
.github/workflows/ci.bazelrc
@@ -8,6 +8,7 @@ test --test_output=errors
8
# This directory is configured in GitHub actions to be persisted between runs.
9
build --disk_cache=$HOME/.cache/bazel
10
build --repository_cache=$HOME/.cache/bazel-repo
11
+build --repo_contents_cache=
12
13
# Allows tests to run bazelisk-in-bazel, since this is the cache folder used
14
test --test_env=XDG_CACHE_HOME
0 commit comments