about summary refs log tree commit diff
path: root/src/ci/docker/x86_64-gnu
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2017-02-10 22:59:40 +0200
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2017-02-14 01:52:03 +0200
commitd29f0bc8fa166117e62b1fa2969dd31f415fd887 (patch)
tree29bf430d515a0cd59cc2c99c88bf355e7a7fee26 /src/ci/docker/x86_64-gnu
parent42c1ea2915d7787e4280b13b9d48bdb29f50e1d1 (diff)
downloadrust-d29f0bc8fa166117e62b1fa2969dd31f415fd887.tar.gz
rust-d29f0bc8fa166117e62b1fa2969dd31f415fd887.zip
Automatically vendor Cargo deps when building the source tarballs.
Diffstat (limited to 'src/ci/docker/x86_64-gnu')
-rw-r--r--src/ci/docker/x86_64-gnu/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu/Dockerfile b/src/ci/docker/x86_64-gnu/Dockerfile
index e903b6ddc64..427498fabb2 100644
--- a/src/ci/docker/x86_64-gnu/Dockerfile
+++ b/src/ci/docker/x86_64-gnu/Dockerfile
@@ -23,4 +23,4 @@ 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 --enable-sanitizers
-ENV SCRIPT python2.7 ../x.py test && python2.7 ../x.py dist
+ENV SCRIPT python2.7 ../x.py test