mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
* Remove most of the remaining geth code and set up bazel for this * chmod +x * Add flake check * better flake detection Former-commit-id: 5c332ecbf2923943f646f1fe40befa95be883329 [formerly 99590fc354514584700e5ce8d7d30a8a7d541f29] Former-commit-id: e5f919b553fe698e98090965d34eb721990b5693
15 lines
486 B
Plaintext
15 lines
486 B
Plaintext
# TODO: Set up remote caching.
|
|
|
|
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
|
|
|
|
# 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 |