File tree Expand file tree Collapse file tree 28 files changed +45
-45
lines changed
x86_64-gnu-full-bootstrap Expand file tree Collapse file tree 28 files changed +45
-45
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ matrix:
52
52
os: osx
53
53
osx_image: xcode8.2
54
54
install: &osx_install_sccache >
55
- travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-apple-darwin &&
55
+ travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-apple-darwin &&
56
56
chmod +x /usr/local/bin/sccache &&
57
57
travis_retry curl -o /usr/local/bin/stamp https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-17-stamp-x86_64-apple-darwin &&
58
58
chmod +x /usr/local/bin/stamp
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ install:
115
115
- set PATH=C:\Python27;%PATH%
116
116
117
117
# Download and install sccache
118
- - appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-pc-windows-msvc
119
- - mv 2017-03-16 -sccache-x86_64-pc-windows-msvc sccache.exe
118
+ - appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-pc-windows-msvc
119
+ - mv 2017-03-22 -sccache-x86_64-pc-windows-msvc sccache.exe
120
120
- set PATH=%PATH%;%CD%
121
121
122
122
# Download and install ninja
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN arm-linux-gnueabihf-gcc addentropy.c -o rootfs/addentropy -static
74
74
RUN curl -O http://ftp.nl.debian.org/debian/dists/jessie/main/installer-armhf/current/images/device-tree/vexpress-v2p-ca15-tc1.dtb
75
75
76
76
RUN curl -o /usr/local/bin/sccache \
77
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-unknown-linux-musl && \
77
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-unknown-linux-musl && \
78
78
chmod +x /usr/local/bin/sccache
79
79
80
80
RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
22
pkg-config
23
23
24
24
RUN curl -o /usr/local/bin/sccache \
25
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-unknown-linux-musl && \
25
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-unknown-linux-musl && \
26
26
chmod +x /usr/local/bin/sccache
27
27
28
28
RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
32
32
ENTRYPOINT ["/usr/bin/dumb-init" , "--" ]
33
33
34
34
RUN curl -o /usr/local/bin/sccache \
35
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-unknown-linux-musl && \
35
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-unknown-linux-musl && \
36
36
chmod +x /usr/local/bin/sccache
37
37
38
38
ENV TARGETS=arm-linux-androideabi
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
27
27
libssl-dev \
28
28
pkg-config
29
29
30
- RUN curl -o /usr/local/bin/sccache \
31
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16-sccache-x86_64-unknown-linux-musl && \
32
- chmod +x /usr/local/bin/sccache
33
-
34
30
RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \
35
31
dpkg -i dumb-init_*.deb && \
36
32
rm dumb-init_*.deb
@@ -65,6 +61,10 @@ RUN ./build-toolchains.sh
65
61
66
62
USER root
67
63
64
+ RUN curl -o /usr/local/bin/sccache \
65
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22-sccache-x86_64-unknown-linux-musl && \
66
+ chmod +x /usr/local/bin/sccache
67
+
68
68
ENV PATH=$PATH:/x-tools/arm-unknown-linux-gnueabi/bin
69
69
ENV PATH=$PATH:/x-tools/arm-unknown-linux-gnueabihf/bin
70
70
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
27
27
libssl-dev \
28
28
pkg-config
29
29
30
- RUN curl -o /usr/local/bin/sccache \
31
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16-sccache-x86_64-unknown-linux-musl && \
32
- chmod +x /usr/local/bin/sccache
33
-
34
30
RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \
35
31
dpkg -i dumb-init_*.deb && \
36
32
rm dumb-init_*.deb
@@ -66,6 +62,10 @@ RUN ./build-toolchains.sh
66
62
67
63
USER root
68
64
65
+ RUN curl -o /usr/local/bin/sccache \
66
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22-sccache-x86_64-unknown-linux-musl && \
67
+ chmod +x /usr/local/bin/sccache
68
+
69
69
ENV PATH=$PATH:/x-tools/aarch64-unknown-linux-gnueabi/bin
70
70
ENV PATH=$PATH:/x-tools/armv7-unknown-linux-gnueabihf/bin
71
71
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
26
26
ENTRYPOINT ["/usr/bin/dumb-init" , "--" ]
27
27
28
28
RUN curl -o /usr/local/bin/sccache \
29
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-unknown-linux-musl && \
30
30
chmod +x /usr/local/bin/sccache
31
31
32
32
ENV \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
29
29
ENTRYPOINT ["/usr/bin/dumb-init" , "--" ]
30
30
31
31
RUN curl -o /usr/local/bin/sccache \
32
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-unknown-linux-musl && \
32
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-unknown-linux-musl && \
33
33
chmod +x /usr/local/bin/sccache
34
34
35
35
ENV \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
26
26
ENTRYPOINT ["/usr/bin/dumb-init" , "--" ]
27
27
28
28
RUN curl -o /usr/local/bin/sccache \
29
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22 -sccache-x86_64-unknown-linux-musl && \
30
30
chmod +x /usr/local/bin/sccache
31
31
32
32
ENV RUST_CONFIGURE_ARGS \
You can’t perform that action at this time.
0 commit comments