Skip to content

Commit 3e94fb0

Browse files
committed
Restoring --action_env=PATH to .bazelrc
1 parent 43d7214 commit 3e94fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build --explicit_java_test_deps
1818
build --incompatible_strict_action_env
1919

2020
# Except for the PATH environment variable
21-
#build --action_env=PATH
21+
build --action_env=PATH
2222

2323
# For build stamping
2424
build --workspace_status_command=scripts/build-info.py

0 commit comments

Comments
 (0)