Skip to content

Commit 469094e

Browse files
committed
don't use default script
1 parent 66ce1f9 commit 469094e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/ci/docker/host-x86_64/i686-gnu/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,4 @@ RUN sh /scripts/sccache.sh
2525

2626
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
2727
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}
28+
ENV SCRIPT=${SCRIPT_ARG}

0 commit comments

Comments
 (0)