File tree 4 files changed +14
-12
lines changed
ci/docker/mips-unknown-linux-musl
4 files changed +14
-12
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
36
+ rust : nightly-2016-11-26
37
37
script : sh ci/dox.sh
38
38
39
39
# stable compat
@@ -87,7 +87,10 @@ matrix:
87
87
rust : stable
88
88
- os : linux
89
89
env : TARGET=mips64-unknown-linux-gnuabi64
90
- rust : nightly
90
+ rust : beta
91
+ - os : linux
92
+ env : TARGET=mips-unknown-linux-gnu
93
+ rust : beta
91
94
92
95
# beta
93
96
- os : linux
@@ -100,14 +103,10 @@ matrix:
100
103
# nightly
101
104
- os : linux
102
105
env : TARGET=x86_64-unknown-linux-gnu
103
- rust : nightly
106
+ rust : nightly-2016-11-26
104
107
- os : osx
105
108
env : TARGET=x86_64-apple-darwin
106
- rust : nightly
107
- - os : linux
108
- env : TARGET=mips-unknown-linux-gnu
109
- # not sure why this has to be nightly...
110
- rust : nightly
109
+ rust : nightly-2016-11-26
111
110
112
111
# QEMU based targets that compile in an emulator
113
112
- os : linux
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " libc"
4
- version = " 0.2.17 "
4
+ version = " 0.2.18 "
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
7
readme = " README.md"
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/ar71xx/generic/OpenWrt-SDK-ar71xx-generic_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/ar71xx/generic/OpenWrt-SDK-ar71xx-generic_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-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 | \
10
13
tar xjf - -C /toolchain --strip-components=1
11
14
12
15
ENV PATH=$PATH:/rust/bin:/toolchain/staging_dir/toolchain-mips_34kc_gcc-5.3.0_musl-1.1.15/bin \
You can’t perform that action at this time.
0 commit comments