File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
ci/docker/mipsel-unknown-linux-musl Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
33
33
# build documentation
34
34
- os : linux
35
35
env : TARGET=x86_64-unknown-linux-gnu
36
- rust : nightly-2016-11-26
36
+ rust : nightly
37
37
script : sh ci/dox.sh
38
38
39
39
# stable compat
@@ -103,10 +103,10 @@ matrix:
103
103
# nightly
104
104
- os : linux
105
105
env : TARGET=x86_64-unknown-linux-gnu
106
- rust : nightly-2016-11-26
106
+ rust : nightly
107
107
- os : osx
108
108
env : TARGET=x86_64-apple-darwin
109
- rust : nightly-2016-11-26
109
+ rust : nightly
110
110
111
111
# QEMU based targets that compile in an emulator
112
112
- os : linux
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ RUN apt-get install -y --no-install-recommends \
6
6
bzip2
7
7
8
8
RUN mkdir /toolchain
9
- RUN curl -L 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 | \
9
+
10
+ # Note that this originally came from:
11
+ # 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
12
+ 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 | \
10
13
tar xjf - -C /toolchain --strip-components=2
11
14
12
15
ENV PATH=$PATH:/rust/bin:/toolchain/bin \
You can’t perform that action at this time.
0 commit comments