From 56e7e2483b9ac432892f2f06a8150440ada89b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 27 Jul 2026 07:57:25 +0200 Subject: [PATCH 1/2] Do not run tests in the i586-linux dist runner --- .../docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile b/src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile index e80fe2a879368..00506601c4319 100644 --- a/src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile @@ -75,5 +75,4 @@ ENV CFLAGS_i586_unknown_linux_musl=-Wa,-mrelax-relocations=no ENV TARGETS=i586-unknown-linux-gnu,i686-unknown-linux-musl -ENV SCRIPT="python3 ../x.py --stage 2 test --host= --target $TARGETS && \ - python3 ../x.py dist --host= --target $TARGETS,i586-unknown-linux-musl" +ENV SCRIPT="python3 ../x.py dist --host= --target $TARGETS,i586-unknown-linux-musl" From a90b6ece7f7372f2d718aaad6c8d110416068bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 27 Jul 2026 08:03:23 +0200 Subject: [PATCH 2/2] Do not run tests in `dist-various-1` --- src/ci/docker/host-x86_64/dist-various-1/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ci/docker/host-x86_64/dist-various-1/Dockerfile b/src/ci/docker/host-x86_64/dist-various-1/Dockerfile index 415709d388a99..1d06128948aae 100644 --- a/src/ci/docker/host-x86_64/dist-various-1/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-various-1/Dockerfile @@ -175,8 +175,7 @@ ENV RUST_CONFIGURE_ARGS="--musl-root-armv5te=/musl-armv5te \ --musl-root-armv7hf=/musl-armv7hf \ --disable-docs" -ENV SCRIPT="python3 ../x.py --stage 2 test --host= --target $RUN_MAKE_TARGETS tests/run-make tests/run-make-cargo && \ - python3 ../x.py dist --host= --target $TARGETS" +ENV SCRIPT="python3 ../x.py dist --host= --target $TARGETS" # sccache COPY scripts/sccache.sh /scripts/