Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 03b297e

Browse files
committed
build: remove deprecated option from .bazelrc
1 parent 58f7394 commit 03b297e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ test --test_output=errors
3030
# Show which actions are run under workers,
3131
# and print all the actions running in parallel.
3232
# Helps to demonstrate that bazel uses all the cores on the machine.
33-
build --experimental_ui
34-
test --experimental_ui
33+
build
34+
test
3535

3636
#################################
3737
# Release configuration. #

0 commit comments

Comments
 (0)