Skip to content

Commit d2b483c

Browse files
committed
Add path to bazel build targets in .bazelrc
1 parent ec470e6 commit d2b483c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ build --explicit_java_test_deps
1313
# Ensure builds are unpolluted by the user env
1414
build --incompatible_strict_action_env
1515

16+
# Except for the PATH environment variable
17+
build --action_env=PATH
18+
1619
# For build stamping
1720
build --workspace_status_command=scripts/build-info.py
1821

0 commit comments

Comments
 (0)