2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-26 13:30:30 +00:00
bazel-lib/.github/workflows/ci.bazelrc
2022-01-21 08:48:43 -08:00

8 lines
249 B
Plaintext

# Bazel settings to apply on CI only
# Included with a --bazelrc option in the call to bazel
build --announce_rc
test --test_output=errors
build --disk_cache=~/.cache/bazel
build --repository_cache=~/.cache/bazel-repo
test --test_env=XDG_CACHE_HOME