-
Notifications
You must be signed in to change notification settings - Fork 894
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
Add a --minimal
flag to rustup-init
#907
Comments
Since I just spent a while trying to figure this out and these issues are still dominating Google results, I'll update these with the current status. Documentation was opt-in in till early 2017 (like the URLO thread above states), but then they were made required again in March 2017, tracked by #903 in rustup.rs. While that issue wished for "some more options to remove them", that hasn't happened.. yet. Fortunately #998 seems to have some recent activity towards allowing opt-out for the docs. I'm guessing the profiles nrc references in #998 might also solve the use case for the '--minimal' flag for this issue. |
#1541 include a minimal profile which will not install docs. |
Yeah. Docs takes absolutely forever to install on windows. Took 4 hours installing 1.30.0, and I ctrl + c'ed it after 3 hours installing 1.31.1 |
Triage: this now exists as --profile=minimal, so I think it can be closed. |
@steveklabnik thanks for the triage. |
When passed, rustup installs only required components. This would be used for e.g. automation.
Depends on #906
The text was updated successfully, but these errors were encountered: