build: re-add bazel symlink prefix in patch branch (#29312)
Recently the bazelrc configuration in the patch branch has been accidentally overwritten. In order to keep patch and master in sync, we need to revert that small change in the patch branch. PR Close #29312
This commit is contained in:
parent
cf8d934ba9
commit
f03d724fea
2
.bazelrc
2
.bazelrc
@ -31,7 +31,7 @@ test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test
|
|||||||
# eventually a surprising failure with auto-discovery of the C++ toolchain in
|
# eventually a surprising failure with auto-discovery of the C++ toolchain in
|
||||||
# MacOS High Sierra.
|
# MacOS High Sierra.
|
||||||
# See https://github.com/bazelbuild/bazel/issues/4603
|
# See https://github.com/bazelbuild/bazel/issues/4603
|
||||||
build --symlink_prefix=/
|
build --symlink_prefix=dist/
|
||||||
|
|
||||||
# Performance: avoid stat'ing input files
|
# Performance: avoid stat'ing input files
|
||||||
build --watchfs
|
build --watchfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user