2018-10-04 23:07:22 -04:00
|
|
|
build:remote --remote_max_connections=200
|
|
|
|
build:remote --disk_cache=
|
|
|
|
build:remote --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
|
|
|
|
build:remote --google_default_credentials
|
|
|
|
build:remote --remote_timeout=10
|
|
|
|
build:remote --experimental_guard_against_concurrent_changes
|
2018-10-03 20:20:57 -04:00
|
|
|
|
2018-10-03 21:58:38 -04:00
|
|
|
build --experimental_strict_action_env
|
|
|
|
build --disk_cache=/tmp/bazelbuilds
|
2018-10-04 23:07:22 -04:00
|
|
|
build --experimental_multi_threaded_digest
|
|
|
|
build --sandbox_tmpfs_path=/tmp
|
2018-10-03 20:20:57 -04:00
|
|
|
build --verbose_failures
|
2018-10-04 23:07:22 -04:00
|
|
|
build --announce_rc
|
|
|
|
build --show_progress_rate_limit=5
|
|
|
|
build --curses=yes --color=yes
|
|
|
|
build --keep_going
|
2018-10-03 20:20:57 -04:00
|
|
|
build --test_output=errors
|
|
|
|
build --flaky_test_attempts=5
|
2019-02-05 11:49:33 -05:00
|
|
|
build --test_timeout=5,60,-1,-1
|
2019-01-09 08:52:03 -08:00
|
|
|
# Disabled race detection due to unstable test results under constrained environment build kite
|
|
|
|
# build --features=race
|