Skip to content

Commit c196504

Browse files
committed
Check all tier 1 targets in PR CI
1 parent 7de1a1f commit c196504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
4242

4343
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
4444
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
45+
# check library crates on all tier 1 targets
46+
python3 ../x.py check core alloc std --stage 0 --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu && \
4547
python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness && \
4648
python3 ../x.py build --stage 0 src/tools/build-manifest && \
4749
python3 ../x.py test --stage 0 src/tools/compiletest && \

0 commit comments

Comments
 (0)