mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: disable curses support
Comparison of output for a failed build. Old setup produces >3k lines of unhelpful messages: https://github.com/edgelesssys/constellation/actions/runs/7165242775/job/19506817413 Without curses support, we get <400 lines with relevant details: https://github.com/edgelesssys/constellation/actions/runs/7166031624/job/19509201790
This commit is contained in:
parent
a1dbd13f95
commit
dac4bb04f2
@ -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…
Reference in New Issue
Block a user