*/crosstool-ng.config: Set CT_LOG_PROGRESS_BAR to no

The crosstool progress bar completely saturates the CI logs, while
providing little added value.
This commit is contained in:
Nicolas Boichat
2025-02-28 10:45:27 +01:00
parent 37e2800939
commit 925499ed12
26 changed files with 26 additions and 26 deletions

View File

@ -120,7 +120,7 @@ CT_LOG_EXTRA=y
# CT_LOG_DEBUG is not set
CT_LOG_LEVEL_MAX="EXTRA"
# CT_LOG_SEE_TOOLS_WARN is not set
CT_LOG_PROGRESS_BAR=y
CT_LOG_PROGRESS_BAR=n
CT_LOG_TO_FILE=y
CT_LOG_FILE_COMPRESS=y
# end of Paths and misc options