rust/src/ci
bors f957826bff Auto merge of #146513 - madsmtm:apple-reenable-assertions, r=Mark-Simulacrum
Re-enable assertions on macOS alt builds

These were previously disabled, in part for performance reasons, in part due to needing availability symbols `__isPlatformVersionAtLeast` and `__isOSVersionAtLeast` that `compiler-builtins` did not provide, see https://github.com/rust-lang/rust/pull/62592#issuecomment-510670657 and https://github.com/rust-lang/rust/pull/134275#issuecomment-2543067830 for failed checks.

Since https://github.com/rust-lang/rust/pull/138944 though, `std` now provides these symbols, so we should be able to re-enable LLVM assertions, debug assertions and overflow checks.

Fixes https://github.com/rust-lang/rust/issues/59637.

try-job: `*apple*`
2025-09-28 21:40:04 +00:00
..
citool citool: cleanup mismatched_lifetime_syntaxes warnings 2025-08-23 13:16:26 +02:00
docker Rename rust.use-lld to rust.bootstrap-override-lld 2025-09-26 20:21:21 +02:00
github-actions Re-enable assertions on macOS 2025-09-27 18:06:00 +02:00
scripts Wait for DPkg frontend lock when trying to remove packages 2025-08-25 21:09:28 +08:00
channel move the current channel to src/ci/channel 2021-05-06 17:11:12 +02:00
cpu-usage-over-time.py Migrate to modern datetime API 2025-05-14 08:41:30 -07:00
publish_toolstate.sh Fix publishing of toolstate history 2024-06-05 16:41:59 +02:00
run.sh Enable RUST_BACKTRACE=1 on CI 2025-08-10 20:48:39 +02:00
shared.sh CI: split x86_64-mingw job 2024-11-29 16:04:12 +01:00