| Tim Windelschmidt | 6c851e2 | 2024-01-11 15:23:48 +0100 | [diff] [blame] | 1 | # Import Aspect bazelrc presets |
| 2 | import %workspace%/third_party/bazelrc/aspect/ci.bazelrc | ||||
| 3 | |||||
| 4 | # Our Jenkins does not support colors. | ||||
| 5 | build --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. | ||||
| 10 | build --noremote_upload_local_results | ||||