Merge renovate updates (#2850)

* Update com_github_prysmaticlabs_go_ssz commit hash to 0fdbce2

* Update io_bazel_rules_k8s commit hash to cddc035

* Update dependency build_bazel_rules_nodejs to v0.32.2

* Update dependency com_github_prometheus_common to v0.6.0

* Update dependency com_github_syndtr_goleveldb to v1

* revert ssz breakage

* Update libp2p

* update infra

* update infra

* specify node_modules

* add flag

* clarify in comment

* update rules_docker

* workarounds for python2. see: https://github.com/bazelbuild/rules_docker/issues/842
This commit is contained in:
Preston Van Loon
2019-06-24 15:53:49 -04:00
committed by GitHub
parent 9460232550
commit ebdbc230c3
4 changed files with 45 additions and 18 deletions

View File

@@ -31,3 +31,10 @@ build --flaky_test_attempts=5
build --test_timeout=5,60,-1,-1
# Disabled race detection due to unstable test results under constrained environment build kite
# build --features=race
# Temporary opt-in for rules_nodejs.
build --experimental_allow_incremental_repository_updates
# Workaround for rules_docker.
# https://github.com/bazelbuild/rules_docker/issues/842
build --host_force_python=PY2