File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/ci/docker/dist-s390x-linux-netbsd Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,13 @@ rm -rf binutils
31
31
32
32
# Next, download the NetBSD libc and relevant header files
33
33
mkdir netbsd
34
- curl https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/base.tgz | \
34
+ # originally from:
35
+ # https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/base.tgz
36
+ curl https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-01-16-netbsd-base.tgz | \
35
37
tar xzf - -C netbsd ./usr/include ./usr/lib ./lib
36
- curl https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/comp.tgz | \
38
+ # originally from:
39
+ # https://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/comp.tgz
40
+ curl https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-01-16-netbsd-comp.tgz | \
37
41
tar xzf - -C netbsd ./usr/include ./usr/lib
38
42
39
43
dst=/usr/local/x86_64-unknown-netbsd
You can’t perform that action at this time.
0 commit comments