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

dev-lang/rust: Fix build with musl 1.2.4 #32488

Closed
wants to merge 1 commit into from

Commits on Oct 1, 2023

  1. dev-lang/rust: Fix build with musl 1.2.4

    Rust 1.72.0 bumped the version of the libc crate required by the std to
    0.2.146, which finally means that the stdlib no longer references LFS64
    symbols. This commit make rust 1.72.0 bootstrap from 1.72.0, and adds
    a patch that bumps all remaining dependencies on libc <0.2.146 in
    vendored crates.
    
    Signed-off-by: Violet Purcell <vimproved@inventati.org>
    vimproved committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    21d1cdc View commit details
    Browse the repository at this point in the history