File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/ci/docker/host-x86_64/dist-armhf-linux Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ CT_CONNECT_TIMEOUT=10
65
65
CT_DOWNLOAD_WGET_OPTIONS="--passive-ftp --tries=3 -nc --progress=dot:binary"
66
66
# CT_ONLY_DOWNLOAD is not set
67
67
# CT_USE_MIRROR is not set
68
+ CT_USE_MIRROR=y
69
+ CT_MIRROR_BASE_URL=https://ci-mirrors.rust-lang.org/rustc
68
70
CT_VERIFY_DOWNLOAD_DIGEST=y
69
71
CT_VERIFY_DOWNLOAD_DIGEST_SHA512=y
70
72
# CT_VERIFY_DOWNLOAD_DIGEST_SHA256 is not set
@@ -105,11 +107,13 @@ CT_CONFIG_SHELL="${bash}"
105
107
# CT_LOG_ERROR is not set
106
108
# CT_LOG_WARN is not set
107
109
# CT_LOG_INFO is not set
108
- CT_LOG_EXTRA=y
110
+ # CT_LOG_EXTRA=y
109
111
# CT_LOG_ALL is not set
110
112
# CT_LOG_DEBUG is not set
111
113
CT_LOG_LEVEL_MAX="EXTRA"
114
+ CT_LOG_DEBUG=y
112
115
# CT_LOG_SEE_TOOLS_WARN is not set
116
+ CT_LOG_SEE_TOOLS_WARN=y
113
117
CT_LOG_PROGRESS_BAR=y
114
118
CT_LOG_TO_FILE=y
115
119
CT_LOG_FILE_COMPRESS=y
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ mkdir build
23
23
cd build
24
24
cp ../arm-linux-gnueabihf.config .config
25
25
ct-ng oldconfig
26
- hide_output ct-ng build
26
+ ct-ng build
27
27
cd ..
28
28
rm -rf build
You can’t perform that action at this time.
0 commit comments