blob: 40bb3ddad2124d8c5f55cba37d8735bb9c21ef90 [file] [log] [blame]
# Import Aspect bazelrc presets
import %workspace%/third_party/bazelrc/aspect/ci.bazelrc
# Our Jenkins does not support colors.
build --color=no
# Dont upload local results to prevent cache poisoning. Whenever we get remote
# cache for builds, we will only populate it from a builder that runs against
# all merged main commits.
build --noremote_upload_local_results