diff options
| author | Malo Jaffré <jaffre.malo@gmail.com> | 2017-12-29 16:07:37 +0100 |
|---|---|---|
| committer | Malo Jaffré <jaffre.malo@gmail.com> | 2018-01-01 14:44:13 +0100 |
| commit | 2449230cce246f48d9faa212b41a6430b1e373b3 (patch) | |
| tree | 2092d1c40d57b6b9e991ce65879d6732a90b9065 | |
| parent | cbb32a94181d359ca16659b3e74303e945e8ea92 (diff) | |
| download | rust-2449230cce246f48d9faa212b41a6430b1e373b3.tar.gz rust-2449230cce246f48d9faa212b41a6430b1e373b3.zip | |
Enable compiler docs testing in x86_64-gnu
| -rw-r--r-- | src/ci/docker/x86_64-gnu/Dockerfile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu/Dockerfile b/src/ci/docker/x86_64-gnu/Dockerfile index 7570bca5906..444a8fe5da8 100644 --- a/src/ci/docker/x86_64-gnu/Dockerfile +++ b/src/ci/docker/x86_64-gnu/Dockerfile @@ -16,5 +16,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ COPY scripts/sccache.sh /scripts/ RUN sh /scripts/sccache.sh -ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --enable-sanitizers --enable-profiler +ENV RUST_CONFIGURE_ARGS \ + --build=x86_64-unknown-linux-gnu \ + --enable-sanitizers \ + --enable-profiler \ + --enable-compiler-docs ENV SCRIPT python2.7 ../x.py test |
