blob: 42a816d4b2e9bcf97bbaf113cbd5423c055059d6 [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/
Leopold Schabel6e62de02025-02-10 21:02:26 +010015build --experimental_disk_cache_gc_max_size=150G
16
17# Disable stamping for cache determinism
Jan Schärbddad352025-04-23 14:55:26 +000018build --config=nostamp