Skip to content

Commit

Permalink
Auto merge of #39102 - alexcrichton:netbsd-mirror, r=alexcrichton
Browse files Browse the repository at this point in the history
travis: Mirror some NetBSD artifacts

This mirrors a few artifacts that have been flaky to download recently
on our own S3 bucket, which has historically been more reliable.

Closes #39097
  • Loading branch information
bors committed Jan 16, 2017
2 parents 47410b2 + 00d51ee commit 2d0baa7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/ci/docker/dist-s390x-linux-netbsd/build-toolchain.sh
Expand Up @@ -31,9 +31,13 @@ rm -rf binutils

# Next, download the NetBSD libc and relevant header files
mkdir netbsd
curl https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/base.tgz | \
# originally from:
# https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/base.tgz
curl https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-01-16-netbsd-base.tgz | \
tar xzf - -C netbsd ./usr/include ./usr/lib ./lib
curl https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/comp.tgz | \
# originally from:
# https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/comp.tgz
curl https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-01-16-netbsd-comp.tgz | \
tar xzf - -C netbsd ./usr/include ./usr/lib

dst=/usr/local/x86_64-unknown-netbsd
Expand Down

0 comments on commit 2d0baa7

Please sign in to comment.