Skip to content

Commit 7b5f1b5

Browse files
committed
CI: Use mirror for downloads.
Crosstool-ng 1.22 used by those docker dist builds only allows one mirror for all downloads.
1 parent ca8078d commit 7b5f1b5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/ci/docker/host-x86_64/dist-aarch64-linux/aarch64-linux-gnu.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y
3737
# CT_FORCE_DOWNLOAD is not set
3838
CT_CONNECT_TIMEOUT=10
3939
# CT_ONLY_DOWNLOAD is not set
40-
# CT_USE_MIRROR is not set
40+
CT_USE_MIRROR=y
41+
CT_MIRROR_BASE_URL="https://ci-mirrors.rust-lang.org/rustc"
4142

4243
#
4344
# Extracting

src/ci/docker/host-x86_64/dist-powerpc-linux/powerpc-linux-gnu.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y
3737
# CT_FORCE_DOWNLOAD is not set
3838
CT_CONNECT_TIMEOUT=10
3939
# CT_ONLY_DOWNLOAD is not set
40-
# CT_USE_MIRROR is not set
40+
CT_USE_MIRROR=y
41+
CT_MIRROR_BASE_URL="https://ci-mirrors.rust-lang.org/rustc"
4142

4243
#
4344
# Extracting

src/ci/docker/host-x86_64/dist-powerpc64-linux/powerpc64-linux-gnu.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y
3737
# CT_FORCE_DOWNLOAD is not set
3838
CT_CONNECT_TIMEOUT=10
3939
# CT_ONLY_DOWNLOAD is not set
40-
# CT_USE_MIRROR is not set
40+
CT_USE_MIRROR=y
41+
CT_MIRROR_BASE_URL="https://ci-mirrors.rust-lang.org/rustc"
4142

4243
#
4344
# Extracting

src/ci/docker/host-x86_64/dist-s390x-linux/s390x-linux-gnu.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y
3737
# CT_FORCE_DOWNLOAD is not set
3838
CT_CONNECT_TIMEOUT=10
3939
# CT_ONLY_DOWNLOAD is not set
40-
# CT_USE_MIRROR is not set
40+
CT_USE_MIRROR=y
41+
CT_MIRROR_BASE_URL="https://ci-mirrors.rust-lang.org/rustc"
4142

4243
#
4344
# Extracting

0 commit comments

Comments
 (0)