2018-07-07 17:23:19 +00:00
|
|
|
startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m
|
|
|
|
|
|
|
|
# Disable sandboxing since it may fail inside of Travis' containers because the
|
|
|
|
# mount system call is not permitted.
|
|
|
|
build --spawn_strategy=standalone --genrule_strategy=standalone
|
|
|
|
|
2018-07-07 20:01:58 +00:00
|
|
|
# Remote caching over Google Cloud Storage
|
|
|
|
build --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
|
|
|
|
build --google_credentials=/tmp/service-account.json
|
|
|
|
|
2018-07-07 17:23:19 +00:00
|
|
|
# Set some build options for travis container.
|
|
|
|
build --local_resources=1536,1.5,0.5
|
|
|
|
build --noshow_progress
|
|
|
|
build --verbose_failures
|
|
|
|
build --sandbox_debug
|
|
|
|
build --test_output=errors
|
2018-07-07 20:01:58 +00:00
|
|
|
build --flaky_test_attempts=5
|