]> git.proxmox.com Git - rustc.git/blob - src/ci/docker/mingw-check/Dockerfile
New upstream version 1.33.0+dfsg1
[rustc.git] / src / ci / docker / mingw-check / Dockerfile
1 FROM ubuntu:16.04
2
3 RUN apt-get update && apt-get install -y --no-install-recommends \
4 g++ \
5 make \
6 file \
7 curl \
8 ca-certificates \
9 python2.7 \
10 git \
11 cmake \
12 sudo \
13 gdb \
14 xz-utils \
15 libssl-dev \
16 pkg-config \
17 mingw-w64
18
19 COPY scripts/sccache.sh /scripts/
20 RUN sh /scripts/sccache.sh
21
22 ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
23 ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
24 python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
25 python2.7 ../x.py test --stage 0 src/tools/compiletest