Skip to content

Commit 525b81d

Browse files
committed
Auto merge of #45734 - kennytm:ci-fix-centos-broken-link, r=alexcrichton
ci: Fix broken link in `build-powerpc64le-toolchain.sh` r? @rust-lang/infra This is just an emergency fix to keep bors running for another week. I think the numbers will be broken soon. Can we verify if this statement is still true later? > First, download the CentOS7 glibc.ppc64le and relevant header files. > (upstream ppc64le support wasn't added until 2.19, which el7 backported.)
2 parents 9f3b091 + 1f95c6d commit 525b81d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/docker/dist-powerpc64le-linux/build-powerpc64le-toolchain.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ SYSROOT=/usr/local/$TARGET/sysroot
2323
mkdir -p $SYSROOT
2424
pushd $SYSROOT
2525

26-
centos_base=http://mirror.centos.org/altarch/7.3.1611/os/ppc64le/Packages
27-
glibc_v=2.17-157.el7
28-
kernel_v=3.10.0-514.el7
26+
centos_base=http://mirror.centos.org/altarch/7/os/ppc64le/Packages
27+
glibc_v=2.17-196.el7
28+
kernel_v=3.10.0-693.el7
2929
for package in glibc{,-devel,-headers}-$glibc_v kernel-headers-$kernel_v; do
3030
curl $centos_base/$package.ppc64le.rpm | \
3131
rpm2cpio - | cpio -idm

0 commit comments

Comments
 (0)