Skip to content

Commit

Permalink
bazelrc: remove experimental_ui options
Browse files Browse the repository at this point in the history
Now that the experimental_ui is enabled by default in commit
784bb52, 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
  • Loading branch information
aehlig authored and damienmg committed Oct 20, 2017
1 parent 230d9ef commit 95c63de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/packages/bazel.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static class Options extends OptionsBase {

@Option(
name = "experimental_ui_actions_shown",
defaultValue = "3",
defaultValue = "8",
category = "verbosity",
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.UNKNOWN},
Expand Down

0 comments on commit 95c63de

Please sign in to comment.