Skip to content

Commit 29f03fc

Browse files
committed
[bazel] Ensure action env is as simple as possible
1 parent fc11b21 commit 29f03fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ build --javacopt="--release 8"
1010
build --strict_java_deps=strict
1111
build --explicit_java_test_deps
1212

13+
# Ensure builds are unpolluted by the user env
14+
build --incompatible_strict_action_env
15+
16+
# For build stamping
1317
build --workspace_status_command=scripts/build-info.py
1418

1519
# Make sure we get something helpful when tests fail

0 commit comments

Comments
 (0)