Skip to content

Commit

Permalink
Add path to bazel build targets in .bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Dec 4, 2020
1 parent ec470e6 commit d2b483c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ build --explicit_java_test_deps
# Ensure builds are unpolluted by the user env
build --incompatible_strict_action_env

# Except for the PATH environment variable
build --action_env=PATH

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

Expand Down

0 comments on commit d2b483c

Please sign in to comment.