Skip to content

Commit 6928faf

Browse files
committed
Auto merge of #89661 - rusticstuff:libisl_mirror_take_two, r=Mark-Simulacrum
CI: Use mirror for libisl downloads for more docker dist builds http://isl.gforge.inria.fr fell from the net a couple of days ago. It hosts libisl source tarballs required by crosstool-ng, which we use for our docker dist cross-compilation builds. Some of the affected builds were already fixed in #89599. This PR sets a mirror URL for the other builds requiring libisl-0.14. They use an older version of crosstool-ng (1.22.0), which has only one mirror setting for all downloads. r? `@Mark-Simulacrum`
2 parents f086f47 + 7b5f1b5 commit 6928faf

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)