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

Commit

Permalink
Use bazel --curses=no to reduce the amount of bazel chattiness. (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-easy authored Dec 5, 2019
1 parent 13b1a2f commit 3c0ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/build_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export BAZEL_OPTIONS="--local_resources=4096,2,1.0"

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

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

0 comments on commit 3c0ff4e

Please sign in to comment.