Skip to content

Commit

Permalink
wip logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Oct 6, 2021
1 parent a412880 commit 5859292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ CT_CONNECT_TIMEOUT=10
CT_DOWNLOAD_WGET_OPTIONS="--passive-ftp --tries=3 -nc --progress=dot:binary"
# CT_ONLY_DOWNLOAD is not set
# CT_USE_MIRROR is not set
CT_USE_MIRROR=y
CT_MIRROR_BASE_URL=https://ci-mirrors.rust-lang.org/rustc
CT_VERIFY_DOWNLOAD_DIGEST=y
CT_VERIFY_DOWNLOAD_DIGEST_SHA512=y
# CT_VERIFY_DOWNLOAD_DIGEST_SHA256 is not set
Expand Down Expand Up @@ -105,11 +107,13 @@ CT_CONFIG_SHELL="${bash}"
# CT_LOG_ERROR is not set
# CT_LOG_WARN is not set
# CT_LOG_INFO is not set
CT_LOG_EXTRA=y
# CT_LOG_EXTRA=y
# CT_LOG_ALL is not set
# CT_LOG_DEBUG is not set
CT_LOG_LEVEL_MAX="EXTRA"
CT_LOG_DEBUG=y
# CT_LOG_SEE_TOOLS_WARN is not set
CT_LOG_SEE_TOOLS_WARN=y
CT_LOG_PROGRESS_BAR=y
CT_LOG_TO_FILE=y
CT_LOG_FILE_COMPRESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ mkdir build
cd build
cp ../arm-linux-gnueabihf.config .config
ct-ng oldconfig
hide_output ct-ng build
ct-ng build
cd ..
rm -rf build

0 comments on commit 5859292

Please sign in to comment.