File tree Expand file tree Collapse file tree
src/ci/docker/host-x86_64/dist-armhf-linux Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ CT_CONNECT_TIMEOUT=10
6565CT_DOWNLOAD_WGET_OPTIONS="--passive-ftp --tries=3 -nc --progress=dot:binary"
6666# CT_ONLY_DOWNLOAD is not set
6767# CT_USE_MIRROR is not set
68+ CT_USE_MIRROR=y
69+ CT_MIRROR_BASE_URL=https://ci-mirrors.rust-lang.org/rustc
6870CT_VERIFY_DOWNLOAD_DIGEST=y
6971CT_VERIFY_DOWNLOAD_DIGEST_SHA512=y
7072# CT_VERIFY_DOWNLOAD_DIGEST_SHA256 is not set
@@ -105,11 +107,13 @@ CT_CONFIG_SHELL="${bash}"
105107# CT_LOG_ERROR is not set
106108# CT_LOG_WARN is not set
107109# CT_LOG_INFO is not set
108- CT_LOG_EXTRA=y
110+ # CT_LOG_EXTRA=y
109111# CT_LOG_ALL is not set
110112# CT_LOG_DEBUG is not set
111113CT_LOG_LEVEL_MAX="EXTRA"
114+ CT_LOG_DEBUG=y
112115# CT_LOG_SEE_TOOLS_WARN is not set
116+ CT_LOG_SEE_TOOLS_WARN=y
113117CT_LOG_PROGRESS_BAR=y
114118CT_LOG_TO_FILE=y
115119CT_LOG_FILE_COMPRESS=y
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ mkdir build
2323cd build
2424cp ../arm-linux-gnueabihf.config .config
2525ct-ng oldconfig
26- hide_output ct-ng build
26+ ct-ng build
2727cd ..
2828rm -rf build
You can’t perform that action at this time.
0 commit comments