Skip to content

Commit

Permalink
chore: enable strict_action_env (#146)
Browse files Browse the repository at this point in the history
This is needed to prevent changes in variables like PATH from invalidating the action cache.
As an example, when I record a demo in asciinema the environment is slightly different, so I watch protoc recompile from sources :(
  • Loading branch information
alexeagle authored Feb 12, 2022
1 parent 00161f8 commit 7f6c83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
build --workspace_status_command=buildinfo/bazel_stamp_info.sh
build:release -c opt --stamp
build --incompatible_strict_action_env

test --keep_going
test --test_output=errors

0 comments on commit 7f6c83e

Please sign in to comment.