mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Prevent PATH changes from causing bazel rebuild (#3806)
This commit is contained in:
parent
e42af4f11d
commit
2437a0e33c
5
.bazelrc
5
.bazelrc
@ -17,3 +17,8 @@ run --host_force_python=PY2
|
||||
|
||||
# Use minimal protobufs at runtime
|
||||
run --define ssz=minimal
|
||||
|
||||
# Prevent PATH changes from rebuilding when switching from IDE to command line.
|
||||
build --incompatible_strict_action_env
|
||||
test --incompatible_strict_action_env
|
||||
run --incompatible_strict_action_env
|
||||
|
Loading…
Reference in New Issue
Block a user