Skip to content

Cannot build Rust 1.71.1 with 1.71.0 #114444

Closed
@heftig

Description

@heftig

Apparently Rust 1.71.0 added a check that only allows it to be built with the exact same version of Rust, or a Rust that's one minor release older.

However, this also makes it impossible to build Rust 1.71.1 with a Rust that's one micro release older (1.71.0).

Unexpected rustc version: 1.71.0, we should use 1.70.x/1.71.1 to build source with 1.71.1

Is this really what was wanted? It makes it quite hard for us (Arch Linux) to build micro upgrades.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.P-criticalCritical priorityT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions