Skip to content

Commit d5e5ef5

Browse files
committed
Add comments explaining tier 1 PR checks
1 parent f2abc7f commit d5e5ef5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
4141
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
4242

4343
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
44-
# check library crates on all tier 1 targets
44+
# Check library crates on all tier 1 targets.
45+
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
46+
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
4547
python3 ../x.py check --stage 0 --set build.optimized-compiler-builtins=false core alloc std --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 && \
4648
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
4749
python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness && \

0 commit comments

Comments
 (0)