From f03d724fea7d0fdb06fe538d4b6086cd81b40ae7 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 14 Mar 2019 19:22:37 +0100 Subject: [PATCH] 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 --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 9155409239..2859e72797 100644 --- a/.bazelrc +++ b/.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 # 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