diff options
| author | bors <bors@rust-lang.org> | 2017-01-16 18:08:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-01-16 18:08:59 +0000 |
| commit | 2d0baa71b94e15ac43532987777959edbaee098d (patch) | |
| tree | 89579b0d870425f92988de3c91a28e5a3ea06053 | |
| parent | 47410b23aa85255ae2dc021498a2e54806f4bb0a (diff) | |
| parent | 00d51ee8225743a31d1beec00adf945f15bf2a0e (diff) | |
| download | rust-2d0baa71b94e15ac43532987777959edbaee098d.tar.gz rust-2d0baa71b94e15ac43532987777959edbaee098d.zip | |
Auto merge of #39102 - alexcrichton:netbsd-mirror, r=alexcrichton
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
| -rw-r--r-- | src/ci/docker/dist-s390x-linux-netbsd/build-toolchain.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ci/docker/dist-s390x-linux-netbsd/build-toolchain.sh b/src/ci/docker/dist-s390x-linux-netbsd/build-toolchain.sh index 6b76636ee48..654b458ea40 100644 --- a/src/ci/docker/dist-s390x-linux-netbsd/build-toolchain.sh +++ b/src/ci/docker/dist-s390x-linux-netbsd/build-toolchain.sh @@ -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 |
