8000
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 f06ef45 commit a62864fCopy full SHA for a62864f
.github/workflows/ci.bazelrc
@@ -0,0 +1,8 @@
1
+# Bazel settings to apply on CI only
2
+# Included with a --bazelrc option in the call to bazel
3
+build --announce_rc
4
+test --test_output=errors
5
+build --disk_cache=$HOME/.cache/bazel
6
+build --repository_cache=$HOME/.cache/bazel-repo
7
+# For bazel-in-bazel testing
8
+test --test_env=XDG_CACHE_HOME
0 commit comments