1
Fork 0

Update src/ci/docker/host-x86_64/mingw-check/Dockerfile

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
Gimgim 2022-07-08 17:03:26 +05:30 committed by GitHub
parent 1af1c77314
commit f56fe9bb21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
python3 ../x.py build --stage 0 src/tools/build-manifest && \
python3 ../x.py test --stage 0 src/tools/compiletest && \
python3 ../x.py test --stage 2 src/tools/tidy && \
python3 ../x.py test --stage 0 library/std && \
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
python3 ../x.py doc --stage 0 library/test && \
/scripts/validate-toolstate.sh && \
/scripts/validate-error-codes.sh && \