File tree 1 file changed +7
-7
lines changed
src/ci/docker/dist-s390x-linux-netbsd
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ cd netbsd
35
35
36
36
mkdir -p /x-tools/x86_64-unknown-netbsd/sysroot
37
37
38
- BSD=7.0.2
38
+ URL=https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
39
39
40
40
# Originally from ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-$BSD/source/sets/*.tgz
41
- curl https://dl.timnn.me/69608745091236e7/ $BSD / src.tgz | tar xzf -
42
- curl https://dl.timnn.me/69608745091236e7/ $BSD / gnusrc.tgz | tar xzf -
43
- curl https://dl.timnn.me/69608745091236e7/ $BSD / sharesrc.tgz | tar xzf -
44
- curl https://dl.timnn.me/69608745091236e7/ $BSD / syssrc.tgz | tar xzf -
41
+ curl $URL /2017-03-17-netbsd- src.tgz | tar xzf -
42
+ curl $URL /2017-03-17-netbsd- gnusrc.tgz | tar xzf -
43
+ curl $URL /2017-03-17-netbsd- sharesrc.tgz | tar xzf -
44
+ curl $URL /2017-03-17-netbsd- syssrc.tgz | tar xzf -
45
45
46
46
# Originally from ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-$BSD/amd64/binary/sets/*.tgz
47
- curl https://dl.timnn.me/69608745091236e7/ $BSD / base.tgz | \
47
+ curl $URL /2017-03-17-netbsd- base.tgz | \
48
48
tar xzf - -C /x-tools/x86_64-unknown-netbsd/sysroot ./usr/include ./usr/lib ./lib
49
- curl https://dl.timnn.me/69608745091236e7/ $BSD / comp.tgz | \
49
+ curl $URL /2017-03-17-netbsd- comp.tgz | \
50
50
tar xzf - -C /x-tools/x86_64-unknown-netbsd/sysroot ./usr/include ./usr/lib
51
51
52
52
cd usr/src
You can’t perform that action at this time.
0 commit comments