Skip to content

Commit 5859292

Browse files
wip logs
1 parent a412880 commit 5859292

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/ci/docker/host-x86_64/dist-armhf-linux/arm-linux-gnueabihf.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ CT_CONNECT_TIMEOUT=10
6565
CT_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
6870
CT_VERIFY_DOWNLOAD_DIGEST=y
6971
CT_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
111113
CT_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
113117
CT_LOG_PROGRESS_BAR=y
114118
CT_LOG_TO_FILE=y
115119
CT_LOG_FILE_COMPRESS=y

src/ci/docker/host-x86_64/dist-armhf-linux/build-toolchains.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ mkdir build
2323
cd build
2424
cp ../arm-linux-gnueabihf.config .config
2525
ct-ng oldconfig
26-
hide_output ct-ng build
26+
ct-ng build
2727
cd ..
2828
rm -rf build

0 commit comments

Comments
 (0)