Skip to content
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

Drop support for building 32-bit Apple docs #541

Merged
merged 2 commits into from
Jan 7, 2020

Conversation

pietroalbini
Copy link
Member

Rust's RFC 2837 demoted the i686-apple-darwin target to Tier 3, so that target will not be downloadable anymore through rustup starting from Rust 1.42.0. The change will also land on nightly soon, and that will prevent docs.rs from updating the rustwide toolchain.

This PR removes i686-apple-darwin from the list of targets we build, and adds code to remove it automatically from existing rustwide workspaces.

This is ready for review, but we should hold off deploying it until we announce the demotion on the blog.

Rust's RFC 2837 demoted the i686-apple-darwin target to Tier 3, so that
target will not be downloadable anymore through rustup starting from
Rust 1.42.0. The change will also land on nightly soon, and that will
prevent docs.rs from updating the rustwide toolchain.

This removes i686-apple-darwin from the list of targets we build.
Copy link
Member

@jyn514 jyn514 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that we're building fewer platforms! I left a few preliminary comments, I haven't run the code yet.

src/docbuilder/rustwide_builder.rs Show resolved Hide resolved
src/docbuilder/rustwide_builder.rs Show resolved Hide resolved
@pietroalbini
Copy link
Member Author

We can merge this. Are you fine with the current state of the code @jyn514?

@jyn514
Copy link
Member

jyn514 commented Jan 7, 2020

I have a nagging feeling I missed something ... but the code itself looks fine, I'm ok with merging.

@jyn514 jyn514 merged commit 59a740f into rust-lang:master Jan 7, 2020
@pietroalbini pietroalbini deleted the fewer-apples branch January 7, 2020 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants