build(bazel): turn on --nolegacy-external-runfiles (#26770)
PR Close #26770
This commit is contained in:

committed by
Andrew Kushnir

parent
f8f1168fa6
commit
3da82338d1
4
.bazelrc
4
.bazelrc
@ -24,6 +24,10 @@ build --symlink_prefix=/
|
||||
# Performance: avoid stat'ing input files
|
||||
build --watchfs
|
||||
|
||||
# Turn off legacy external runfiles
|
||||
run --nolegacy_external_runfiles
|
||||
test --nolegacy_external_runfiles
|
||||
|
||||
###############################
|
||||
# Release support #
|
||||
###############################
|
||||
|
Reference in New Issue
Block a user