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 66ce1f9 commit 469094eCopy full SHA for 469094e
src/ci/docker/host-x86_64/i686-gnu/Dockerfile
@@ -25,12 +25,4 @@ 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 \
31
- --skip src/bootstrap \
32
- --skip tests/rustdoc-js \
33
- --skip src/tools/error_index_generator \
34
- --skip src/tools/linkchecker
35
-# Set SCRIPT to SCRIPT_ARG if defined, otherwise set SCRIPT to DEFAULT_SCRIPT
36
-ENV SCRIPT=${SCRIPT_ARG:-$DEFAULT_SCRIPT}
+ENV SCRIPT=${SCRIPT_ARG}
0 commit comments