We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3e846 commit fa9da31Copy full SHA for fa9da31
.bazelrc
@@ -27,12 +27,6 @@ query --output=label_kind
27
# By default, failing tests don't print any output, it goes to the log file
28
test --test_output=errors
29
30
-# Show which actions are run under workers,
31
-# and print all the actions running in parallel.
32
-# Helps to demonstrate that bazel uses all the cores on the machine.
33
-build --experimental_ui
34
-test --experimental_ui
35
-
36
#################################
37
# Release configuration. #
38
# Run with "--config=release" #
0 commit comments