prysm-pulse/.travis-bazelrc
Preston Van Loon aae781531a Use remote config for travis builds when possible (#241)
* use remote config

* fix bash


Former-commit-id: 2a7b342baea6168970088d547313d7517ec0d6d9 [formerly d1adf6e65b1bb505eea12cf65499a72713621ca2]
Former-commit-id: e0dba82a206e174178373561d497152e47300aaf
2018-07-08 17:23:24 -04:00

18 lines
645 B
Plaintext

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
# Remote caching over Google Cloud Storage
build:remote --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
build:remote --google_credentials=/tmp/service-account.json
# 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
build --flaky_test_attempts=5