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