Skip to content

Commit

Permalink
DO NOT MERGE: turn on --incompatible_strict_action_env
Browse files Browse the repository at this point in the history
I created this PR to trigger our CI and see if Bazel still fails to build without it.

See bazelbuild#7026 for context.
  • Loading branch information
tjgq committed Jun 1, 2022
1 parent 8cea765 commit be0a1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ build:bzlmod --experimental_enable_bzlmod
build --java_language_version=11
build --tool_java_language_version=11

build --incompatible_strict_action_env

# User-specific .bazelrc
try-import user.bazelrc

0 comments on commit be0a1c3

Please sign in to comment.