]> git.lizzy.rs Git - rust.git/blob - src/ci/docker/x86_64-gnu/Dockerfile
Rollup merge of #62436 - fakenine:normalize_use_of_backticks_compiler_messages_1...
[rust.git] / src / ci / docker / x86_64-gnu / Dockerfile
1 FROM ubuntu:19.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
16 COPY scripts/sccache.sh /scripts/
17 RUN sh /scripts/sccache.sh
18
19 ENV RUST_CONFIGURE_ARGS \
20  --build=x86_64-unknown-linux-gnu \
21  --enable-sanitizers \
22  --enable-profiler \
23  --enable-compiler-docs
24 ENV SCRIPT python2.7 ../x.py test