Skip to content

Commit

Permalink
Auto merge of #45744 - kennytm:centos-vault-beta, r=alexcrichton
Browse files Browse the repository at this point in the history
[beta] ci: Fix broken link in `build-powerpc64le-toolchain.sh`

This is almost a backport of #45734, but uses vault.centos.org instead for better longevity.

r? @alexcrichton cc @cuviper
  • Loading branch information
bors committed Nov 5, 2017
2 parents 7d3dcc8 + f065bc5 commit 0f18b88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SYSROOT=/usr/local/$TARGET/sysroot
mkdir -p $SYSROOT
pushd $SYSROOT

centos_base=http://mirror.centos.org/altarch/7.3.1611/os/ppc64le/Packages
centos_base=http://vault.centos.org/altarch/7.3.1611/os/ppc64le/Packages
glibc_v=2.17-157.el7
kernel_v=3.10.0-514.el7
for package in glibc{,-devel,-headers}-$glibc_v kernel-headers-$kernel_v; do
Expand Down

0 comments on commit 0f18b88

Please sign in to comment.