Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.