mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-26 13:30:30 +00:00
8 lines
249 B
Plaintext
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
|