Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 3c0ff4e

Browse files
authored
Use bazel --curses=no to reduce the amount of bazel chattiness. (#426)
1 parent 13b1a2f commit 3c0ff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/build_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export BAZEL_OPTIONS="--local_resources=4096,2,1.0"
2020

2121
# Limit the amount of progress output. We can't use --noshow_progress because
2222
# Travis terminates the build after 10 mins without output.
23-
export BAZEL_OPTIONS="$BAZEL_OPTIONS --experimental_ui_actions_shown=1"
23+
export BAZEL_OPTIONS="$BAZEL_OPTIONS --curses=no"
2424

2525
# Enable thread safety analysis (only works with clang).
2626
if [[ "$TRAVIS_COMPILER" = "clang" ]]; then

0 commit comments

Comments
 (0)