Prevent PATH changes from causing bazel rebuild (#3806)

This commit is contained in:
shayzluf 2019-10-19 08:03:40 +05:30 committed by GitHub
parent e42af4f11d
commit 2437a0e33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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