File tree Expand file tree Collapse file tree 9 files changed +10
-9
lines changed
aarch64-unknown-linux-musl
arm-unknown-linux-musleabihf
mipsel-unknown-linux-musl
powerpc-unknown-linux-gnu
powerpc64-unknown-linux-gnu
powerpc64le-unknown-linux-gnu
x86_64-unknown-linux-musl Expand file tree Collapse file tree 9 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc make libc6-dev git curl ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc make libc6-dev git curl ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN dpkg --add-architecture i386
4
4
RUN apt-get update
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates qemu-system-mips curl \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates qemu-system-mips curl \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
@@ -7,4 +7,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
7
8
8
ENV CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_LINKER=powerpc-linux-gnu-gcc \
9
9
CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc -L /usr/powerpc-linux-gnu" \
10
+ CC=powerpc-linux-gnu-gcc \
10
11
PATH=$PATH:/rust/bin
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:17.10
1
+ FROM ubuntu:18.04
2
2
3
3
RUN apt-get update
4
4
RUN apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments