From e49b053dac3ca60369491f9c5a0b355ddefb5f20 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 17 Jul 2020 13:31:28 -0700 Subject: [PATCH] build: cleanup .bazelrc file to no longer set unused flags (#38124) This option is no longer needed in Bazel and will be an error in the future PR Close #38124 --- .bazelrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.bazelrc b/.bazelrc index 37f7b117fb..f7804b95e9 100644 --- a/.bazelrc +++ b/.bazelrc @@ -136,15 +136,6 @@ build:remote --remote_executor=remotebuildexecution.googleapis.com # retry mechanism and we do not want to retry unnecessarily if Karma already tried multiple times. test:saucelabs --flaky_test_attempts=1 -############################### -# NodeJS rules settings -# These settings are required for rules_nodejs -############################### - -# Turn on managed directories feature in Bazel -# This allows us to avoid installing a second copy of node_modules -common --experimental_allow_incremental_repository_updates - #################################################### # User bazel configuration # NOTE: This needs to be the *last* entry in the config.