mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
516d136e97
Former-commit-id: 2fcd48a28367afb72cfbd1b1efdfe913b8ef24f9 [formerly 87e93c6ab928e2e0e099d30b8f89821d1af7b4ae] Former-commit-id: 0a4d862e7c19f4c2f283b19da775acc55d18bbd7
18 lines
634 B
Plaintext
18 lines
634 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_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
|
|
#build --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
|