Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/ci/docker/scripts/x86_64-gnu-pre-stabilization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down