-
Notifications
You must be signed in to change notification settings - Fork 299
[main blog] Reducing support for 32-bit Apple targets #487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main blog] Reducing support for 32-bit Apple targets #487
Conversation
The RFC has been merged. |
Added a section in the end on how the change will affect nightly users. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, except the spelling of "Apple 32bit targets" looks a bit weird IMO. I've usually seen it as "32-bit Apple targets" instead. Feel free to disregard if that spelling has precedence though.
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Good point @jonas-schievink, amended the blog post. |
- Tier 3 targets are not available for download through rustup, and are | ||
ignored during our automated builds. You can still build their standard | ||
library for cross-compiling (or the full compiler in some cases) from source | ||
on your own, but you might encounter build errors, bugs, or missing features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if we need a full summary of how support tiers work in this announcement. I think the links to the current support tiers and RFC 2803, together with a simple statement that 32-bit Apple targets will no longer be exercised in any way via the Rust project's CI infrastructure, would be sufficient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this affects both tier 1 and tier 2 platforms going into tier 3, I think having a brief description of what those tiers mean in the blog post is useful.
Co-Authored-By: Kyle J Strand <[email protected]>
RFC 2837, "Demote Apple 32bit targets to Tier 3", is going to be merged soon, and one of the things it requires is a blog post on the main blog announcing the change, to bring as much awareness to the demotion as we can.
I wrote a draft of the post, what do y'all think?
r? @rust-lang/core
cc @rust-lang/release