From e92fb68f3c5333380f54a2504b2025602698b7bb Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 8 Jul 2019 13:37:12 -0700 Subject: [PATCH] build: remove usage of deprecated experimental_ui bazel flag (#31457) PR Close #31457 --- .bazelrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bazelrc b/.bazelrc index d7e732067b..58eecc1b82 100644 --- a/.bazelrc +++ b/.bazelrc @@ -83,12 +83,6 @@ query --output=label_kind # By default, failing tests don't print any output, it goes to the log file test --test_output=errors -# Show which actions are run under workers, -# and print all the actions running in parallel. -# Helps to demonstrate that bazel uses all the cores on the machine. -build --experimental_ui -test --experimental_ui - ################################ # Settings for CircleCI # ################################