blob: 40bb3ddad2124d8c5f55cba37d8735bb9c21ef90 [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