From 38814aae4e99eb8981516259690b08626ae9b6d6 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 29 Aug 2019 16:57:33 -0700 Subject: [PATCH] fix(builtin): --nolegacy_external_runfiles on build --- common.bazelrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common.bazelrc b/common.bazelrc index 07a3678690..c92fa59b1c 100644 --- a/common.bazelrc +++ b/common.bazelrc @@ -55,8 +55,7 @@ build:debug --define=DEBUG=1 # Turn off legacy external runfiles # This prevents accidentally depending on this feature, which Bazel will remove. -run --nolegacy_external_runfiles -test --nolegacy_external_runfiles +build --nolegacy_external_runfiles # Turn on the "Managed Directories" feature. # This allows Bazel to share the same node_modules directory with other tools