Skip to content

Commit

Permalink
fix(builtin): --nolegacy_external_runfiles on build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 6, 2019
1 parent c96b470 commit 38814aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ build:debug --define=DEBUG=1

# Turn off legacy external runfiles
# This prevents accidentally depending on this feature, which Bazel will remove.
run --nolegacy_external_runfiles
test --nolegacy_external_runfiles
build --nolegacy_external_runfiles

# Turn on the "Managed Directories" feature.
# This allows Bazel to share the same node_modules directory with other tools
Expand Down

0 comments on commit 38814aa

Please sign in to comment.