File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
mipsel-unknown-linux-musl Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN mkdir /toolchain
8
8
9
9
# Note that this originally came from:
10
10
# https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2
11
- RUN curl -L https://s3.amazonaws.com/rust-lang-ci /libc/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
11
+ RUN curl -L https://s3-us-west-1 .amazonaws.com/rust-lang-ci2 /libc/OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
12
12
tar xjf - -C /toolchain --strip-components=1
13
13
14
14
ENV PATH=$PATH:/rust/bin:/toolchain/staging_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.15/bin \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN mkdir /toolchain
8
8
9
9
# Note that this originally came from:
10
10
# https://downloads.openwrt.org/snapshots/trunk/malta/generic/OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2
11
- RUN curl -L https://s3.amazonaws.com/rust-lang-ci /libc/OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
11
+ RUN curl -L https://s3-us-west-1 .amazonaws.com/rust-lang-ci2 /libc/OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
12
12
tar xjf - -C /toolchain --strip-components=2
13
13
14
14
ENV PATH=$PATH:/rust/bin:/toolchain/bin \
Original file line number Diff line number Diff line change 1
- FROM alexcrichton/rust-slave-linux-cross:2016-04-15
2
- USER root
1
+ FROM alexcrichton/port-prebuilt-freebsd:2017-09-16
3
2
4
3
RUN apt-get update
5
4
RUN apt-get install -y --no-install-recommends \
6
5
qemu genext2fs
6
+ RUN apt-get install -y curl ca-certificates gcc
7
7
8
8
ENTRYPOINT ["sh" ]
9
9
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ if [ "$QEMU" != "" ]; then
21
21
# image is .gz : download and uncompress it
22
22
qemufile=$( echo ${QEMU% .gz} | sed ' s/\//__/g' )
23
23
if [ ! -f $tmpdir /$qemufile ]; then
24
- curl https://s3.amazonaws.com/rust-lang-ci /libc/$QEMU | \
24
+ curl https://s3-us-west-1 .amazonaws.com/rust-lang-ci2 /libc/$QEMU | \
25
25
gunzip -d > $tmpdir /$qemufile
26
26
fi
27
27
else
28
28
# plain qcow2 image: just download it
29
29
qemufile=$( echo ${QEMU} | sed ' s/\//__/g' )
30
30
if [ ! -f $tmpdir /$qemufile ]; then
31
- curl https://s3.amazonaws.com/rust-lang-ci /libc/$QEMU \
31
+ curl https://s3-us-west-1 .amazonaws.com/rust-lang-ci2 /libc/$QEMU \
32
32
> $tmpdir /$qemufile
33
33
fi
34
34
fi
You can’t perform that action at this time.
0 commit comments