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

8 lines
249 B
Plaintext
Raw Normal View History

2021-11-08 14:20:26 +00:00
# Bazel settings to apply on CI only
# Included with a --bazelrc option in the call to bazel
build --announce_rc
test --test_output=errors
2022-01-21 16:48:43 +00:00
build --disk_cache=~/.cache/bazel
build --repository_cache=~/.cache/bazel-repo
2021-11-08 14:20:26 +00:00
test --test_env=XDG_CACHE_HOME