blob: cc22fe8b8f907d986ab486bdb7a8b5dbd7a92a1b [file] [log] [blame]
Tim Windelschmidt6c851e22024-01-11 15:23:48 +01001# Import Aspect bazelrc presets
2import %workspace%/third_party/bazelrc/aspect/ci.bazelrc
3
4# Our Jenkins does not support colors.
5build --color=no
6
7# Dont upload local results to prevent cache poisoning. Whenever we get remote
8# cache for builds, we will only populate it from a builder that runs against
9# all merged main commits.
10build --noremote_upload_local_results
Tim Windelschmidt2edb96a2025-01-08 01:13:26 +010011
12# Setup a disk cache with a maximum size of 150Gi. We currently have our PVs
13# set to 200Gi, which is more than enough.
14build --disk_cache=~/.cache/bazel-monogon/
15build --experimental_disk_cache_gc_max_size=150G