summaryrefslogtreecommitdiffstats
path: root/src/ci/docker/host-x86_64/i686-gnu/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/ci/docker/host-x86_64/i686-gnu/Dockerfile')
-rw-r--r--src/ci/docker/host-x86_64/i686-gnu/Dockerfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ci/docker/host-x86_64/i686-gnu/Dockerfile b/src/ci/docker/host-x86_64/i686-gnu/Dockerfile
index b5abf6564..61811c419 100644
--- a/src/ci/docker/host-x86_64/i686-gnu/Dockerfile
+++ b/src/ci/docker/host-x86_64/i686-gnu/Dockerfile
@@ -24,10 +24,10 @@ COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
-# Exclude some tests that are unlikely to be platform specific, to speed up
+# Skip some tests that are unlikely to be platform specific, to speed up
# this slow job.
ENV SCRIPT python3 ../x.py --stage 2 test \
- --exclude src/bootstrap \
- --exclude tests/rustdoc-js \
- --exclude src/tools/error_index_generator \
- --exclude src/tools/linkchecker
+ --skip src/bootstrap \
+ --skip tests/rustdoc-js \
+ --skip src/tools/error_index_generator \
+ --skip src/tools/linkchecker