rust/src/ci
bors 6e96802bf5 Auto merge of #107129 - wesleywiser:musl_1.2_upgrade, r=petrochenkov
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](https://github.com/rust-lang/rust/pull/107129#issuecomment-1407196104) 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](https://github.com/rust-lang/libc/pull/3068), matching the default musl 1.2 APIs exactly.

Fixes #91178
2023-05-06 04:20:18 +00:00
..
docker Auto merge of #107129 - wesleywiser:musl_1.2_upgrade, r=petrochenkov 2023-05-06 04:20:18 +00:00
github-actions Auto merge of #110846 - jdno:reduce-builder-sizes, r=pietroalbini 2023-05-03 07:06:42 +00:00
scripts Update awscli 2023-04-28 08:30:34 -07:00
channel move the current channel to src/ci/channel 2021-05-06 17:11:12 +02:00
cpu-usage-over-time.py Update CPU idle tracking for apple hosts 2022-02-04 13:44:24 -05:00
publish_toolstate.sh more toolstate comments 2020-03-04 08:30:26 -08:00
run.sh Auto merge of #110232 - Amanieu:old-llvm-components, r=petrochenkov 2023-04-25 02:09:27 +00:00
shared.sh remove azure pipelines configuration 2022-06-05 12:29:20 +02:00
stage-build.py Rename 'src/bootstrap/native.rs' to llvm.rs 2023-03-24 08:58:53 -05:00