build: add --nolegacy_external_runfiles flag for build (#33500)
PR Close #33500
This commit is contained in:
parent
2eed7e33ef
commit
7caed51c24
1
.bazelrc
1
.bazelrc
|
@ -19,6 +19,7 @@ test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test
|
||||||
build --symlink_prefix=dist/
|
build --symlink_prefix=dist/
|
||||||
|
|
||||||
# Turn off legacy external runfiles
|
# Turn off legacy external runfiles
|
||||||
|
build --nolegacy_external_runfiles
|
||||||
run --nolegacy_external_runfiles
|
run --nolegacy_external_runfiles
|
||||||
test --nolegacy_external_runfiles
|
test --nolegacy_external_runfiles
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue