From 585929289914362014411cec818978e5e958c4c4 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Wed, 6 Oct 2021 09:57:42 -0400 Subject: [PATCH] wip logs --- .../host-x86_64/dist-armhf-linux/arm-linux-gnueabihf.config | 6 +++++- .../docker/host-x86_64/dist-armhf-linux/build-toolchains.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ci/docker/host-x86_64/dist-armhf-linux/arm-linux-gnueabihf.config b/src/ci/docker/host-x86_64/dist-armhf-linux/arm-linux-gnueabihf.config index e6a118f624158..65c252db057c4 100644 --- a/src/ci/docker/host-x86_64/dist-armhf-linux/arm-linux-gnueabihf.config +++ b/src/ci/docker/host-x86_64/dist-armhf-linux/arm-linux-gnueabihf.config @@ -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 @@ -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 diff --git a/src/ci/docker/host-x86_64/dist-armhf-linux/build-toolchains.sh b/src/ci/docker/host-x86_64/dist-armhf-linux/build-toolchains.sh index f425efd6057c6..ccf6e26d057e7 100755 --- a/src/ci/docker/host-x86_64/dist-armhf-linux/build-toolchains.sh +++ b/src/ci/docker/host-x86_64/dist-armhf-linux/build-toolchains.sh @@ -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