-
Notifications
You must be signed in to change notification settings - Fork 893
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
Glob support for rustup toolchain remove #2530
Comments
Workaround: |
Pattern based support for removing toolchains would be a fun enhancement though as you say you can script it instead. While I don't feel this needs to be in |
@rustbot claim |
Error: This repository is not enabled to use triagebot. Please let |
@camelid We don't use a lot of the integration bots on this repo, so just saying in a comment you want to do this is enough. We're not a massively popular repo for contributions :D |
Personally, I'd rather do this through shell scripting than rustup itself. I don't see much benefit of adding it to rustup directly. |
FYI, now it's easier to parse |
I have 63 toolchains, culminating in 40GB of hard drive use. I'd love to remove all nightlies, but I have to add the nightlies one by one. It would be great if one could specify regexes like
rustup toolchain remove nightly-*
.The text was updated successfully, but these errors were encountered: