about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-29 17:29:32 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-29 17:29:32 -0800
commit3eb459ff5ff845cce0695e3eee3206303f72338b (patch)
treed1f4bb9b76a87be2878ce69fa4e49ad5637ff5c6 /src/ci
parentebea2ea34faf85688daeee703b925d25e63024fb (diff)
parent900dd8a7b9ca6d2786e9db8a2f5dcdff56b4ad2d (diff)
downloadrust-3eb459ff5ff845cce0695e3eee3206303f72338b.tar.gz
rust-3eb459ff5ff845cce0695e3eee3206303f72338b.zip
Merge branch 'aux-tests' of https://github.com/alexcrichton/rust into rollup
Diffstat (limited to 'src/ci')
-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 1be11cb24f2..0ec0bfd1897 100644
--- a/src/ci/docker/x86_64-gnu-cargotest/Dockerfile
+++ b/src/ci/docker/x86_64-gnu-aux/Dockerfile
@@ -24,5 +24,5 @@ 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