File tree 2 files changed +12
-0
lines changed
ci/docker/mips64el-unknown-linux-gnuabi64
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ matrix:
75
75
- env : TARGET=mips-unknown-linux-musl
76
76
- env : TARGET=mipsel-unknown-linux-musl
77
77
- env : TARGET=mips64-unknown-linux-gnuabi64
78
+ - env : TARGET=mips64el-unknown-linux-gnuabi64
78
79
- env : TARGET=mips-unknown-linux-gnu
79
80
- env : TARGET=s390x-unknown-linux-gnu
80
81
- env : TARGET=asmjs-unknown-emscripten
Original file line number Diff line number Diff line change
1
+ FROM ubuntu:17.10
2
+
3
+ RUN apt-get update && apt-get install -y --no-install-recommends \
4
+ gcc libc6-dev qemu-user ca-certificates \
5
+ gcc-mips64el-linux-gnuabi64 libc6-dev-mips64el-cross \
6
+ qemu-system-mips64el
7
+
8
+ ENV CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_LINKER=mips64el-linux-gnuabi64-gcc \
9
+ CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64el -L /usr/mips64el-linux-gnuabi64" \
10
+ CC_mips64el_unknown_linux_gnuabi64=mips64el-linux-gnuabi64-gcc \
11
+ PATH=$PATH:/rust/bin
You can’t perform that action at this time.
0 commit comments