mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Fail fast when using old define=ssz=<value> (#9316)
* Fail fast when using old define=ssz=<value> * remove print statement
This commit is contained in:
5
.bazelrc
5
.bazelrc
@@ -24,11 +24,6 @@ build --sandbox_default_allow_network=false
|
||||
build --workspace_status_command=./scripts/workspace_status.sh
|
||||
build --stamp
|
||||
|
||||
# Use mainnet protobufs at runtime
|
||||
run --define ssz=mainnet
|
||||
test --define ssz=mainnet
|
||||
build --define ssz=mainnet
|
||||
|
||||
# Prevent PATH changes from rebuilding when switching from IDE to command line.
|
||||
build --incompatible_strict_action_env
|
||||
test --incompatible_strict_action_env
|
||||
|
||||
Reference in New Issue
Block a user