]> git.lizzy.rs Git - rust.git/commitdiff
Build manifest tool on mingw-check builder
authorMark Rousskov <mark.simulacrum@gmail.com>
Tue, 11 Dec 2018 03:40:04 +0000 (20:40 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 11 Dec 2018 05:43:52 +0000 (21:43 -0800)
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.

src/ci/docker/mingw-check/Dockerfile

index aab339f399c598504021faf3a444175324a91185..10aedf6a60e109ecb8f4204386cd70b671a8efb5 100644 (file)
@@ -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