-
Notifications
You must be signed in to change notification settings - Fork 198
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
Only build one target by default #532
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
So, I think having a separate PR to avoiding building the default target twice is better: we should announce breaking changes on the main blog, and doing so is a big ask from a marketing angle. In late February or March I plan to make another breaking change, so we could bundle them together. The separate PR removing the double build for the default target would help mitigating the build cost without visibly affecting users, while we could defer deploying this until next year. |
487d3e0
to
2b8a99a
Compare
This makes sure that all Windows platforms will have documentation on docs.rs even after docs.rs stops building all tier 1 targets by default. See rust-lang/docs.rs#532 and rust-lang/docs.rs#343 for more context. Additionally, this stops building targets on Mac and Linux since those targets are just empty anyway.
Drafted a blog post, feedback is welcome: rust-lang/blog.rust-lang.org#603, |
Closes #343.
Most of the following comments are related to #550 and can be safely ignored.