diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-29 09:55:16 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-29 09:55:16 -0800 |
| commit | 900dd8a7b9ca6d2786e9db8a2f5dcdff56b4ad2d (patch) | |
| tree | 739fe3a04c874c727952fdba4f16357c6cee6eec /src/ci/docker | |
| parent | 3f957ebeff8932637002574c9eae75a702b202b7 (diff) | |
| download | rust-900dd8a7b9ca6d2786e9db8a2f5dcdff56b4ad2d.tar.gz rust-900dd8a7b9ca6d2786e9db8a2f5dcdff56b4ad2d.zip | |
rustbuild: Don't run pretty tests by default
This commit relegates all pretty tests to not get run by default and rather get run as part of an "aux" test suite. This "aux" suite is renamed from the old "cargotest" suite to just collect tests that don't need to run everywhere but should at least pass on Unix/Windows.
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-aux/Dockerfile (renamed from src/ci/docker/x86_64-gnu-cargotest/Dockerfile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-cargotest/Dockerfile b/src/ci/docker/x86_64-gnu-aux/Dockerfile index 2c3db87d9fb..88c8aa4a8c4 100644 --- a/src/ci/docker/x86_64-gnu-cargotest/Dockerfile +++ b/src/ci/docker/x86_64-gnu-aux/Dockerfile @@ -25,7 +25,7 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini ENTRYPOINT ["/usr/bin/dumb-init", "--"] ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu -ENV RUST_CHECK_TARGET check-cargotest +ENV RUST_CHECK_TARGET check-aux ENV NO_VENDOR 1 RUN mkdir /tmp/obj RUN chmod 777 /tmp/obj |
