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

Allow the user to tell rustup-setup which toolchain to install initially #218

Closed
jimmycuadra opened this issue Mar 31, 2016 · 2 comments
Closed

Comments

@jimmycuadra
Copy link
Contributor

Right now when you run rustup-setup on a fresh machine, it automatically installs the stable toolchain. If the user knows they are not going to be using stable, this is a waste of time and bandwidth. rustup-setup should take some sort of option to tell it which toolchain to install.

@brson
Copy link
Contributor

brson commented Mar 31, 2016

Probably --default-toolchain. rustup-setup.sh needs to also be modified to pass arguments through.

Related to #170

bors added a commit that referenced this issue Apr 5, 2016
Add --default-toolchain option to rustup-setup

WIP for #218

This doesn't touch `rustup-setup.sh` yet.
@jimmycuadra
Copy link
Contributor Author

#245 resolved this. Thanks!

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

No branches or pull requests

2 participants