Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap: config: fix version comparison bug #114440

Merged
merged 1 commit into from
Aug 4, 2023

Commits on Aug 3, 2023

  1. bootstrap: config: fix version comparison bug

    Rust requires a previous version of Rust to build, such as the current version, or the
    previous version.  However, the version comparison logic did not take patch releases
    into consideration when doing the version comparison for the current branch, e.g.
    Rust 1.71.1 could not be built by Rust 1.71.0 because it is neither an exact version
    match, or the previous version.
    
    Adjust the version comparison logic to tolerate mismatches in the patch version.
    
    Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
    kaniini committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    31a81a0 View commit details
    Browse the repository at this point in the history