From 95c63def1ea5b90447d79ebb7865328e938fd8bf Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 19 Oct 2017 15:43:58 +0200 Subject: 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 --- scripts/packages/bazel.bazelrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/packages') 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 -- cgit v1.2.3