mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
More fixes to bazel buildkite and update rules_go (#626)
* Im just guessing here * Update .buildkite-bazelrc * Update .buildkite-bazelrc * Update WORKSPACE * Update .buildkite-bazelrc
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m
|
||||
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
|
||||
|
||||
build --local_resources=3072,1,1
|
||||
build --spawn_strategy=standalone --genrule_strategy=standalone
|
||||
build --experimental_strict_action_env
|
||||
build --disk_cache=/tmp/bazelbuilds
|
||||
build --noshow_progress
|
||||
build --experimental_multi_threaded_digest
|
||||
build --sandbox_tmpfs_path=/tmp
|
||||
build --verbose_failures
|
||||
build --announce_rc
|
||||
build --show_progress_rate_limit=5
|
||||
build --curses=yes --color=yes
|
||||
build --keep_going
|
||||
build --test_output=errors
|
||||
build --flaky_test_attempts=5
|
||||
build --features=race
|
||||
test --test_strategy=standalone
|
||||
|
||||
Reference in New Issue
Block a user