]> git.proxmox.com Git - rustc.git/blobdiff - src/ci/docker/mingw-check/Dockerfile
New upstream version 1.41.1+dfsg1
[rustc.git] / src / ci / docker / mingw-check / Dockerfile
index 24e2dea4ca773bf713e859bca9cb94dcf2585d20..b2d96aed2a9e80370010739bd24f7da54eb66481 100644 (file)
@@ -19,7 +19,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
+COPY mingw-check/validate-toolstate.sh /scripts/
+
 ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
 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 && \
-           python2.7 ../x.py test --stage 0 src/tools/compiletest
+           python2.7 ../x.py test --stage 0 src/tools/compiletest && \
+           /scripts/validate-toolstate.sh