about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-12-10 20:40:04 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-12-10 21:43:52 -0800
commitddd8b416a6bfa009db997e4e8724fa0069a850dc (patch)
tree2aa0e106dda0320918890b520b68b9a623b56d25 /src/ci
parent98a38673ec5188e04da964ee3d9544f102803444 (diff)
downloadrust-ddd8b416a6bfa009db997e4e8724fa0069a850dc.tar.gz
rust-ddd8b416a6bfa009db997e4e8724fa0069a850dc.zip
Build manifest tool on mingw-check builder
This builder is not really the correct place to put this, but it
definitely has the time budget and checking this tool builds on just one
platform is more than sufficient.
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/mingw-check/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/mingw-check/Dockerfile b/src/ci/docker/mingw-check/Dockerfile
index aab339f399c..10aedf6a60e 100644
--- a/src/ci/docker/mingw-check/Dockerfile
+++ b/src/ci/docker/mingw-check/Dockerfile
@@ -20,4 +20,5 @@ COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
 ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
-ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu
+ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
+           python2.7 ../x.py build --stage 0 src/tools/build-manifest