File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,13 @@ RUN sh /scripts/sccache.sh
2525
2626ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
2727# We run the other tests in i686-gnu-2
28- ENV SCRIPT python3 ../x.py --stage 2 test \
29- tests/ui \
30- tests/rustdoc \
31- tests/run-make \
32- tests/rustdoc-ui \
33- tests/ui-fulldeps \
34- tests/rustdoc
28+ ENV SCRIPT python3 ../x.py --stage 2 \
29+ --skip compiler \
30+ --skip library \
31+ --skip tidyselftest \
32+ # Skip some tests that are unlikely to be platform specific, to speed up
33+ # this slow job.
34+ --skip src/bootstrap \
35+ --skip tests/rustdoc-js \
36+ --skip src/tools/error_index_generator \
37+ --skip src/tools/linkchecker
Original file line number Diff line number Diff line change @@ -26,12 +26,10 @@ RUN sh /scripts/sccache.sh
2626ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
2727ENV SCRIPT python3 ../x.py --stage 2 test \
2828 # Skip tests that we run in i686-gnu-1
29- --skip tests/ui \
30- --skip tests/rustdoc \
31- --skip tests/run-make \
32- --skip tests/rustdoc-ui \
33- --skip tests/ui-fulldeps \
34- --skip tests/rustdoc \
29+ --skip tests \
30+ --skip src \
31+ --skip coverage-map \
32+ --skip coverage-run \
3533 # Skip some tests that are unlikely to be platform specific, to speed up
3634 # this slow job.
3735 --skip src/bootstrap \
You can’t perform that action at this time.
0 commit comments