build: remove usage of deprecated experimental_ui bazel flag (#31457)
PR Close #31457
This commit is contained in:
parent
7724f7446a
commit
e92fb68f3c
6
.bazelrc
6
.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 #
|
||||
################################
|
||||
|
|
Loading…
Reference in New Issue