From 7caed51c244be60ab5c1b549eca3861c4a1a1719 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 30 Oct 2019 18:00:56 -0700 Subject: [PATCH] build: add --nolegacy_external_runfiles flag for build (#33500) PR Close #33500 --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 57f1cf95ae..7c106c979b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -19,6 +19,7 @@ test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test build --symlink_prefix=dist/ # Turn off legacy external runfiles +build --nolegacy_external_runfiles run --nolegacy_external_runfiles test --nolegacy_external_runfiles