Why is x86_64-apple-darwin (Mac on Intel) a tier 1 target but aarch64-apple-darwin (Apple Silicon) is tier 2?

https://doc.rust-lang.org/nightly/rustc/platform-support.html

I find it odd that the previous architecture for Mac has more support than the current one.

One of the things that's needed for Tier 1 is hardware in GitHub actions for CI.

As far as I know, Apple hasn't put a bunch of its silicon there for open source projects to use, and thus it can't be Tier 1.

14 Likes

For the current status, see

4 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.