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:
Preston Van Loon
2018-10-04 23:07:22 -04:00
committed by GitHub
parent a927c56066
commit 6bc655d9c1
2 changed files with 14 additions and 7 deletions

View File

@@ -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