File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ RUN echo "[rust]" > /config/nopt-std-config.toml
2727RUN echo "optimize = false" >> /config/nopt-std-config.toml
2828
2929ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
30- # We run the other tests in i686-gnu-nopt-2
3130ENV SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std \
3231 && python3 ../x.py --stage 2 test \
33- tests/ui \
34- tests/rustdoc \
35- tests/run-make \
36- tests/rustdoc-ui \
37- tests/ui-fulldeps \
38- tests/rustdoc
32+ # Skip tests that we run in i686-gnu-nopt-2
33+ --skip tests \
34+ --skip src \
35+ --skip coverage-map \
36+ --skip coverage-run \
Original file line number Diff line number Diff line change @@ -27,11 +27,8 @@ RUN echo "[rust]" > /config/nopt-std-config.toml
2727RUN echo "optimize = false" >> /config/nopt-std-config.toml
2828
2929ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
30- ENV SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std \
31- && python3 ../x.py --stage 2 test \
32- --skip tests/ui \
33- --skip tests/rustdoc \
34- --skip tests/run-make \
35- --skip tests/rustdoc-ui \
36- --skip tests/ui-fulldeps \
37- --skip tests/rustdoc
30+ ENV SCRIPT python3 ../x.py --stage 2 test \
31+ # Skip tests that we run in i686-gnu-nopt-1
32+ --skip compiler \
33+ --skip library \
34+ --skip tidyselftest \
You can’t perform that action at this time.
0 commit comments