Skip to content

Commit

Permalink
incompatible_strict_action_env disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jul 27, 2023
1 parent ac2a619 commit 8ec3776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/remote_build/include/rbe_remote_execution.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ build --remote_timeout=7200 # very large value to avoid problems like https://g
build --define GRPC_PORT_ISOLATED_RUNTIME=1

# Prevents host environment variables from leaking into Bazel actions and ensures that the remote cache is shared across machines
build --incompatible_strict_action_env=true
#build --incompatible_strict_action_env=true
# TODO(jtattermusch): is this still required for remote execution to work?
build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1

0 comments on commit 8ec3776

Please sign in to comment.