| # 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 | |
| # For bazel-in-bazel testing | |
| test --test_env=XDG_CACHE_HOME |