File tree 5 files changed +21
-21
lines changed
5 files changed +21
-21
lines changed 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-16-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-16-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 @@ -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-powerpc-toolchain.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-16-sccache-x86_64-unknown-linux-musl && \
67
+ chmod +x /usr/local/bin/sccache
68
+
69
69
ENV PATH=$PATH:/x-tools/powerpc-unknown-linux-gnu/bin
70
70
71
71
ENV \
Original file line number Diff line number Diff line change @@ -25,11 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
25
25
wget \
26
26
xz-utils \
27
27
libssl-dev \
28
- pkg-config
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
28
+ pkg-config
33
29
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 && \
@@ -70,6 +66,10 @@ RUN apt-get install -y --no-install-recommends rpm2cpio cpio
70
66
COPY build-powerpc64le-toolchain.sh /tmp/
71
67
RUN ./build-powerpc64le-toolchain.sh
72
68
69
+ RUN curl -o /usr/local/bin/sccache \
70
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16-sccache-x86_64-unknown-linux-musl && \
71
+ chmod +x /usr/local/bin/sccache
72
+
73
73
ENV PATH=$PATH:/x-tools/powerpc64-unknown-linux-gnu/bin
74
74
75
75
ENV \
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
@@ -69,6 +65,10 @@ RUN ./build-netbsd-toolchain.sh
69
65
70
66
USER root
71
67
68
+ RUN curl -o /usr/local/bin/sccache \
69
+ https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16-sccache-x86_64-unknown-linux-musl && \
70
+ chmod +x /usr/local/bin/sccache
71
+
72
72
ENV PATH=$PATH:/x-tools/s390x-ibm-linux-gnu/bin:/x-tools/x86_64-unknown-netbsd/bin
73
73
74
74
ENV \
You can’t perform that action at this time.
0 commit comments