mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-14 10:59:24 -04:00
ci: disable curses support
Comparison of output for a failed build. Old setup produces >3k lines of unhelpful messages:1950681741
Without curses support, we get <400 lines with relevant details:1950920179
This commit is contained in:
parent
a1dbd13f95
commit
dac4bb04f2
1 changed files with 3 additions and 2 deletions
|
@ -22,9 +22,10 @@ build --show_timestamps
|
||||||
# https://bazel.build/reference/command-line-reference#flag--show_progress_rate_limit
|
# https://bazel.build/reference/command-line-reference#flag--show_progress_rate_limit
|
||||||
common --show_progress_rate_limit=15
|
common --show_progress_rate_limit=15
|
||||||
|
|
||||||
# Use cursor controls in screen output.
|
# Github Action logs don't support curses, so we disable curses to prevent the logs from filling up
|
||||||
|
# with garbage.
|
||||||
# Docs: https://bazel.build/docs/user-manual#curses
|
# Docs: https://bazel.build/docs/user-manual#curses
|
||||||
common --curses=yes
|
common --curses=no
|
||||||
|
|
||||||
# Use colors to highlight output on the screen. Set to `no` if your CI does not display colors.
|
# Use colors to highlight output on the screen. Set to `no` if your CI does not display colors.
|
||||||
# Docs: https://bazel.build/docs/user-manual#color
|
# Docs: https://bazel.build/docs/user-manual#color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue