mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
8 lines
257 B
Plaintext
8 lines
257 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=$HOME/.cache/bazel
|
|
build --repository_cache=$HOME/.cache/bazel-repo
|
|
test --test_env=XDG_CACHE_HOME
|