]> git.lizzy.rs Git - rust.git/blob - src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
Rollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark-Simulacrum
[rust.git] / src / ci / docker / host-aarch64 / aarch64-gnu / Dockerfile
1 FROM ubuntu:20.04
2
3 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4   g++ \
5   make \
6   file \
7   curl \
8   ca-certificates \
9   python3 \
10   git \
11   cmake \
12   sudo \
13   gdb \
14   libssl-dev \
15   pkg-config \
16   xz-utils
17
18 COPY scripts/sccache.sh /scripts/
19 RUN sh /scripts/sccache.sh
20
21 ENV RUST_CONFIGURE_ARGS \
22  --build=aarch64-unknown-linux-gnu \
23  --enable-sanitizers \
24  --enable-profiler \
25  --enable-compiler-docs
26 ENV SCRIPT python3 ../x.py --stage 2 test