2019-07-25 15:47:02 +01:00
|
|
|
# Settings in this file should be OS agnostic. Use the bazel.<OS>.rc files for OS specific settings.
|
2019-02-04 17:11:26 +01:00
|
|
|
|
2018-01-25 09:55:27 -08:00
|
|
|
# Don't be spammy in the logs
|
2019-07-25 15:40:05 +01:00
|
|
|
build --noshow_progress
|
2018-01-25 09:55:27 -08:00
|
|
|
|
2018-04-02 16:34:48 -07:00
|
|
|
# Print all the options that apply to the build.
|
|
|
|
# This helps us diagnose which options override others
|
|
|
|
# (e.g. /etc/bazel.bazelrc vs. tools/bazel.rc)
|
|
|
|
build --announce_rc
|
|
|
|
|
2018-01-25 09:55:27 -08:00
|
|
|
# Retry in the event of flakes, eg. https://circleci.com/gh/angular/angular/31309
|
|
|
|
test --flaky_test_attempts=2
|
2018-08-02 00:02:36 -04:00
|
|
|
|
|
|
|
# More details on failures
|
|
|
|
build --verbose_failures=true
|