Skip to content

Commit

Permalink
Auto merge of #107129 - wesleywiser:musl_1.2_upgrade, r=petrochenkov
Browse files Browse the repository at this point in the history
Update the version of musl used on `*-linux-musl` targets to 1.2.3

Update the version of musl used on our Linux musl targets from 1.1.24 to 1.2.3 as proposed in rust-lang/compiler-team#572. musl 1.2.3 is the latest version of musl and supports the same range of Linux kernels as the 1.1 series. As such, it does not affect the minimum supported version of Linux for any of the musl targets.

One of the major musl 1.2 features is support for [time64](https://musl.libc.org/time64.html). This support is both source and ABI compatible with programs built against musl 1.1 and so updating the musl version for these targets should not cause Rust programs to fail to run or compile (a [crater run](rust-lang/rust#107129 (comment)) has been completed which demonstrates this for the `i686-unknown-linux-musl` target).

Once this change reaches stable, the `libc` crate will then be able to [update their definitions to support 64-bit time](rust-lang/libc#3068), matching the default musl 1.2 APIs exactly.

Fixes #91178
  • Loading branch information
bors committed May 6, 2023
2 parents fcac0bd + 8a785af commit 179e93e
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 179e93e

Please sign in to comment.