]> git.proxmox.com Git - rustc.git/blob - src/ci/docker/host-x86_64/dist-mips-linux/Dockerfile
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / ci / docker / host-x86_64 / dist-mips-linux / Dockerfile
1 FROM ubuntu:16.04
2
3 RUN apt-get update && apt-get install -y --no-install-recommends \
4 g++ \
5 make \
6 ninja-build \
7 file \
8 curl \
9 ca-certificates \
10 python3 \
11 git \
12 cmake \
13 sudo \
14 gdb \
15 xz-utils \
16 g++-mips-linux-gnu \
17 libssl-dev \
18 pkg-config
19
20
21 COPY scripts/sccache.sh /scripts/
22 RUN sh /scripts/sccache.sh
23
24 COPY scripts/cmake.sh /scripts/
25 RUN /scripts/cmake.sh
26
27 ENV HOSTS=mips-unknown-linux-gnu
28
29 ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
30 ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS