aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-10-19 15:43:58 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-10-20 14:04:05 +0200
commit95c63def1ea5b90447d79ebb7865328e938fd8bf (patch)
treea6b5dacb7502ebed5d8089a8d5c9e1def3764a36 /scripts
parent230d9ef9d26eece8061a0453e8c418e9224c7adb (diff)
bazelrc: remove experimental_ui options
Now that the experimental_ui is enabled by default in commit 784bb52613feb484221c3aa6756de, we do not need to enable it in the (recommended) bazelrc file anymore. While there, also move the default number of actions shown in the experimental_ui to the flag default. Change-Id: I74673a0d677b6d832c9fb5e2983f97c0dcbc44e4 PiperOrigin-RevId: 172736977
Diffstat (limited to 'scripts')
-rw-r--r--scripts/packages/bazel.bazelrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/packages/bazel.bazelrc b/scripts/packages/bazel.bazelrc
index 007630a781..9c5ab5a54d 100644
--- a/scripts/packages/bazel.bazelrc
+++ b/scripts/packages/bazel.bazelrc
@@ -3,6 +3,3 @@ build --action_env=LD_LIBRARY_PATH
build --action_env=TMPDIR
build --test_env=PATH
build --test_env=LD_LIBRARY_PATH
-build --experimental_skyframe_target_pattern_evaluator
-common --experimental_ui --experimental_ui_actions_shown 8
-common --show_progress_rate_limit=0.25