File tree 28 files changed +30
-30
lines changed
x86_64-gnu-full-bootstrap
28 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ matrix:
56
56
os: osx
57
57
osx_image: xcode8.2
58
58
install: &osx_install_sccache >
59
- travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-apple-darwin &&
59
+ travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-apple-darwin &&
60
60
chmod +x /usr/local/bin/sccache
61
61
- env : >
62
62
RUST_CHECK_TARGET=check
@@ -89,7 +89,7 @@ matrix:
89
89
os: osx
90
90
osx_image: xcode7
91
91
install: >
92
- travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-apple-darwin &&
92
+ travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-apple-darwin &&
93
93
chmod +x /usr/local/bin/sccache
94
94
- env : >
95
95
RUST_CHECK_TARGET=dist
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-24 -sccache-x86_64-pc-windows-msvc
119
- - mv 2017-03-24 -sccache-x86_64-pc-windows-msvc sccache
118
+ - appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-pc-windows-msvc
119
+ - mv 2017-04-04 -sccache-x86_64-pc-windows-msvc sccache
120
120
- set PATH=%PATH%;%CD%
121
121
122
122
# Install InnoSetup to get `iscc` used to produce installers
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-24 -sccache-x86_64-unknown-linux-musl && \
77
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -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-24 -sccache-x86_64-unknown-linux-musl && \
25
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -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-24 -sccache-x86_64-unknown-linux-musl && \
35
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -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 @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
28
pkg-config
29
29
30
30
RUN curl -o /usr/local/bin/sccache \
31
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
32
32
chmod +x /usr/local/bin/sccache
33
33
34
34
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 @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
28
pkg-config
29
29
30
30
RUN curl -o /usr/local/bin/sccache \
31
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
32
32
chmod +x /usr/local/bin/sccache
33
33
34
34
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 @@ -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-24 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -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-24 -sccache-x86_64-unknown-linux-musl && \
32
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -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-24 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
30
30
chmod +x /usr/local/bin/sccache
31
31
32
32
ENV RUST_CONFIGURE_ARGS \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
18
pkg-config
19
19
20
20
RUN curl -o /usr/local/bin/sccache \
21
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
21
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
22
22
chmod +x /usr/local/bin/sccache
23
23
24
24
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 @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
18
18
pkg-config
19
19
20
20
RUN curl -o /usr/local/bin/sccache \
21
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
21
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
22
22
chmod +x /usr/local/bin/sccache
23
23
24
24
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 @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
28
pkg-config
29
29
30
30
RUN curl -o /usr/local/bin/sccache \
31
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
32
32
chmod +x /usr/local/bin/sccache
33
33
34
34
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 @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
28
pkg-config
29
29
30
30
RUN curl -o /usr/local/bin/sccache \
31
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
32
32
chmod +x /usr/local/bin/sccache
33
33
34
34
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 @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
28
pkg-config
29
29
30
30
RUN curl -o /usr/local/bin/sccache \
31
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
32
32
chmod +x /usr/local/bin/sccache
33
33
34
34
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 @@ -81,7 +81,7 @@ RUN curl -Lo /rustroot/dumb-init \
81
81
ENTRYPOINT ["/rustroot/dumb-init" , "--" ]
82
82
83
83
RUN curl -o /usr/local/bin/sccache \
84
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
84
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
85
85
chmod +x /usr/local/bin/sccache
86
86
87
87
ENV HOSTS=i686-unknown-linux-gnu
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-24 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
30
30
chmod +x /usr/local/bin/sccache
31
31
32
32
ENV RUST_CONFIGURE_ARGS \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
15
lib32stdc++6
16
16
17
17
RUN curl -o /usr/local/bin/sccache \
18
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
18
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
19
19
chmod +x /usr/local/bin/sccache
20
20
21
21
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 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
xz-utils
15
15
16
16
RUN curl -o /usr/local/bin/sccache \
17
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
18
18
chmod +x /usr/local/bin/sccache
19
19
20
20
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 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
xz-utils
15
15
16
16
RUN curl -o /usr/local/bin/sccache \
17
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
18
18
chmod +x /usr/local/bin/sccache
19
19
20
20
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 @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
15
pkg-config
16
16
17
17
RUN curl -o /usr/local/bin/sccache \
18
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
18
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
19
19
chmod +x /usr/local/bin/sccache
20
20
21
21
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 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
xz-utils
15
15
16
16
RUN curl -o /usr/local/bin/sccache \
17
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
18
18
chmod +x /usr/local/bin/sccache
19
19
20
20
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 @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
16
pkg-config
17
17
18
18
RUN curl -o /usr/local/bin/sccache \
19
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
19
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
20
20
chmod +x /usr/local/bin/sccache
21
21
22
22
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 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
xz-utils
15
15
16
16
RUN curl -o /usr/local/bin/sccache \
17
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
18
18
chmod +x /usr/local/bin/sccache
19
19
20
20
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 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
xz-utils
15
15
16
16
RUN curl -o /usr/local/bin/sccache \
17
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
18
18
chmod +x /usr/local/bin/sccache
19
19
20
20
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 @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
17
17
xz-utils
18
18
19
19
RUN curl -o /usr/local/bin/sccache \
20
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
20
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
21
21
chmod +x /usr/local/bin/sccache
22
22
23
23
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 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
xz-utils
15
15
16
16
RUN curl -o /usr/local/bin/sccache \
17
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
18
18
chmod +x /usr/local/bin/sccache
19
19
20
20
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 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
xz-utils
15
15
16
16
RUN curl -o /usr/local/bin/sccache \
17
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04 -sccache-x86_64-unknown-linux-musl && \
18
18
chmod +x /usr/local/bin/sccache
19
19
20
20
RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \
You can’t perform that action at this time.
0 commit comments