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

tools: pick toolchain that has all our components #1974

Merged
merged 1 commit into from Jun 24, 2020

Conversation

ppannuto
Copy link
Member

Pull Request Overview

This pull request uses rustup to automatically pick a toolchain that has all the components we need.

Testing Strategy

Not.

TODO or Help Wanted

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

@ppannuto ppannuto mentioned this pull request Jun 23, 2020
2 tasks
@bradjc
Copy link
Contributor

bradjc commented Jun 23, 2020

Why do we need to specify rustc, rust-std, and cargo, rust-docs, rustfmt, and clippy? Those are included in the default rustup profile.

@ppannuto
Copy link
Member Author

I felt like the goal of this script was to automate things. What's included in the default rustup profile could change over time. I believe this is the list of the components we are actually using -- even if default rustup drops them, we still need them. It doesn't hurt to re-specify them I don't think.

@bradjc bradjc merged commit ca4fd11 into master Jun 24, 2020
@bors bors bot deleted the rustup-component-aware branch June 24, 2020 19:05
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.

None yet

3 participants