Skip to content

Commit 38814aa

Browse files
committed
fix(builtin): --nolegacy_external_runfiles on build
1 parent c96b470 commit 38814aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

common.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ build:debug --define=DEBUG=1
5555

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

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

0 commit comments

Comments
 (0)