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
This commit is contained in:
Alex Eagle 2020-07-17 13:31:28 -07:00 committed by Alex Rickabaugh
parent 87baa06cc6
commit e49b053dac
1 changed files with 0 additions and 9 deletions

View File

@ -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.