From 1ced9a0cdc7240c41f4f792410cb255f1f7773f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20D=C3=B6nszelmann?= Date: Tue, 23 Jun 2026 12:26:58 +0200 Subject: [PATCH] bootstrap next solver in CI --- src/ci/docker/scripts/x86_64-gnu-pre-stabilization.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ci/docker/scripts/x86_64-gnu-pre-stabilization.sh b/src/ci/docker/scripts/x86_64-gnu-pre-stabilization.sh index 81c1c4356c342..b27ea13242cb6 100755 --- a/src/ci/docker/scripts/x86_64-gnu-pre-stabilization.sh +++ b/src/ci/docker/scripts/x86_64-gnu-pre-stabilization.sh @@ -7,10 +7,9 @@ set -ex # 1. For the new trait solver, we want to: # - ensure it can build the standard library -# -# FIXME: we also need to ensure it actually bootstraps. - RUSTFLAGS_NOT_BOOTSTRAP="-Znext-solver=globally" ../x build library --stage 1 +# - ensure it can bootstrap rustc (should used the cached std from above) +RUSTFLAGS_NOT_BOOTSTRAP="-Znext-solver=globally" ../x build compiler --stage 2 # 2. For the polonius alpha, we run the UI tests under the polonius # compare-mode.