We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf7f93 commit da21747Copy full SHA for da21747
src/ci/docker/host-x86_64/i686-gnu/Dockerfile
@@ -25,9 +25,9 @@ RUN sh /scripts/sccache.sh
25
26
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
27
ARG SCRIPT_ARG
28
+# Skip some tests that are unlikely to be platform specific, to speed up
29
+# this slow job.
30
ENV DEFAULT_SCRIPT python3 ../x.py --stage 2 test \
- # Skip some tests that are unlikely to be platform specific, to speed up
- # this slow job.
31
--skip src/bootstrap \
32
--skip tests/rustdoc-js \
33
--skip src/tools/error_index_generator \
0 commit comments