Skip to content

Commit

Permalink
dev-lang/rust: Fix build with musl 1.2.4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vimproved committed Oct 1, 2023
1 parent 84f2a34 commit 21d1cdc
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 37 deletions.

0 comments on commit 21d1cdc

Please sign in to comment.