]> git.lizzy.rs Git - rust.git/blob - src/ci/docker/i686-gnu-nopt/Dockerfile
ci: Favor SCRIPT instead of RUST_CHECK_TARGET
[rust.git] / src / ci / docker / i686-gnu-nopt / Dockerfile
1 FROM ubuntu:16.04
2
3 RUN apt-get update && apt-get install -y --no-install-recommends \
4   g++-multilib \
5   make \
6   file \
7   curl \
8   ca-certificates \
9   python2.7 \
10   git \
11   cmake \
12   sudo \
13   gdb \
14   xz-utils
15
16
17 COPY scripts/sccache.sh /scripts/
18 RUN sh /scripts/sccache.sh
19
20 ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
21 ENV SCRIPT python2.7 ../x.py test