File tree 31 files changed +66
-54
lines changed
x86_64-gnu-full-bootstrap
31 files changed +66
-54
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ matrix:
51
51
os: osx
52
52
osx_image: xcode8.2
53
53
install: &osx_install_sccache >
54
- travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-02-25 -sccache-x86_64-apple-darwin &&
54
+ 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
55
chmod +x /usr/local/bin/sccache
56
56
- env : >
57
57
RUST_CHECK_TARGET=check
@@ -75,7 +75,7 @@ matrix:
75
75
os: osx
76
76
osx_image: xcode8.2
77
77
install: >
78
- travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-02-25 -sccache-x86_64-apple-darwin &&
78
+ 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 &&
79
79
chmod +x /usr/local/bin/sccache
80
80
- env : >
81
81
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-02-25 -sccache-x86_64-pc-windows-msvc
119
- - mv 2017-02-25 -sccache-x86_64-pc-windows-msvc 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
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-02-25 -sccache-x86_64-unknown-linux-musl && \
77
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
25
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
35
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
32
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
21
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
21
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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 && \
@@ -61,7 +61,7 @@ USER rustbuild
61
61
WORKDIR /tmp
62
62
63
63
COPY patches/ /tmp/patches/
64
- COPY powerpc64-linux-gnu.config build-powerpc64-toolchain.sh /tmp/
64
+ COPY shared.sh powerpc64-linux-gnu.config build-powerpc64-toolchain.sh /tmp/
65
65
RUN ./build-powerpc64-toolchain.sh
66
66
67
67
USER root
Original file line number Diff line number Diff line change 11
11
12
12
set -ex
13
13
14
- hide_output () {
15
- set +x
16
- on_err="
17
- echo ERROR: An error was encountered with the build.
18
- cat /tmp/build.log
19
- exit 1
20
- "
21
- trap " $on_err " ERR
22
- bash -c " while true; do sleep 30; echo \$ (date) - building ...; done" &
23
- PING_LOOP_PID=$!
24
- $@ & > /tmp/build.log
25
- rm /tmp/build.log
26
- trap - ERR
27
- kill $PING_LOOP_PID
28
- set -x
29
- }
14
+ source shared.sh
30
15
31
16
mkdir build
32
17
cd build
Original file line number Diff line number Diff line change 11
11
12
12
set -ex
13
13
14
+ source shared.sh
15
+
14
16
BINUTILS=2.25.1
15
17
GCC=5.3.0
16
18
TARGET=powerpc64le-linux-gnu
@@ -40,9 +42,9 @@ pushd binutils-$TARGET
40
42
curl https://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS .tar.bz2 | tar xjf -
41
43
mkdir binutils-build
42
44
cd binutils-build
43
- ../binutils-$BINUTILS /configure --target=$TARGET --with-sysroot=$SYSROOT
44
- make -j10
45
- make install
45
+ hide_output ../binutils-$BINUTILS /configure --target=$TARGET --with-sysroot=$SYSROOT
46
+ hide_output make -j10
47
+ hide_output make install
46
48
popd
47
49
rm -rf binutils-$TARGET
48
50
@@ -51,11 +53,11 @@ mkdir gcc-$TARGET
51
53
pushd gcc-$TARGET
52
54
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC /gcc-$GCC .tar.bz2 | tar xjf -
53
55
cd gcc-$GCC
54
- ./contrib/download_prerequisites
56
+ hide_output ./contrib/download_prerequisites
55
57
56
58
mkdir ../gcc-build
57
59
cd ../gcc-build
58
- ../gcc-$GCC /configure \
60
+ hide_output ../gcc-$GCC /configure \
59
61
--enable-languages=c,c++ \
60
62
--target=$TARGET \
61
63
--with-cpu=power8 \
@@ -72,8 +74,8 @@ cd ../gcc-build
72
74
--disable-libsanitizer \
73
75
--disable-libquadmath-support \
74
76
--disable-lto
75
- make -j10
76
- make install
77
+ hide_output hide_output make -j10
78
+ hide_output make install
77
79
78
80
popd
79
81
rm -rf gcc-$TARGET
Original file line number Diff line number Diff line change
1
+ # Copyright 2017 The Rust Project Developers. See the COPYRIGHT
2
+ # file at the top-level directory of this distribution and at
3
+ # http://rust-lang.org/COPYRIGHT.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6
+ # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7
+ # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
+ # option. This file may not be copied, modified, or distributed
9
+ # except according to those terms.
10
+
11
+ hide_output () {
12
+ set +x
13
+ on_err="
14
+ echo ERROR: An error was encountered with the build.
15
+ cat /tmp/build.log
16
+ exit 1
17
+ "
18
+ trap " $on_err " ERR
19
+ bash -c " while true; do sleep 30; echo \$ (date) - building ...; done" &
20
+ PING_LOOP_PID=$!
21
+ $@ & > /tmp/build.log
22
+ trap - ERR
23
+ kill $PING_LOOP_PID
24
+ set -x
25
+ }
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-02-25 -sccache-x86_64-unknown-linux-musl && \
31
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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 @@ -75,7 +75,7 @@ RUN curl -Lo /rustroot/dumb-init \
75
75
ENTRYPOINT ["/rustroot/dumb-init" , "--" ]
76
76
77
77
RUN curl -o /usr/local/bin/sccache \
78
- https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-02-25 -sccache-x86_64-unknown-linux-musl && \
78
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -sccache-x86_64-unknown-linux-musl && \
79
79
chmod +x /usr/local/bin/sccache
80
80
81
81
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-02-25 -sccache-x86_64-unknown-linux-musl && \
29
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
18
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
18
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
19
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
20
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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-02-25 -sccache-x86_64-unknown-linux-musl && \
17
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16 -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