blob: 4d60d43e6e16ee2b19c7b2176ae10f42a7f64736 [file] [log] [blame]
# Bazel settings to apply on CI only
# Included with a --bazelrc option in the call to bazel in main.yml
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