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:
Paul Gschwendtner 2019-03-14 19:22:37 +01:00 committed by Matias Niemelä
parent cf8d934ba9
commit f03d724fea

View File

@ -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
# MacOS High Sierra.
# See https://github.com/bazelbuild/bazel/issues/4603
build --symlink_prefix=/
build --symlink_prefix=dist/
# Performance: avoid stat'ing input files
build --watchfs