minus-squareGiooschi@lemmy.worldtoProgramming@programming.dev•Rust 1.89 expands x86 support, stabilizes APIs, and downgrades macOS x86_64 supportlinkfedilinkEnglisharrow-up12·1 month agohttps://doc.rust-lang.org/nightly/rustc/platform-support.html Tier 1 targets can be thought of as “guaranteed to work”. The Rust project builds official binary releases for each tier 1 target, and automated testing ensures that each tier 1 target builds and passes tests after each change. https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html#tier-1-target-policy The target must build and pass tests reliably in CI, for all components that Rust’s CI considers mandatory. Github is removing support for CI on that target, and since that’s a requirement for Tier 1 support the target has to be downgraded. linkfedilink
https://doc.rust-lang.org/nightly/rustc/platform-support.html
https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html#tier-1-target-policy
Github is removing support for CI on that target, and since that’s a requirement for Tier 1 support the target has to be downgraded.