mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
* 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
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
# 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
|