-
Notifications
You must be signed in to change notification settings - Fork 985
feat(rustup-mode): add no_update flag to rustup toolchain install
#4522
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'd want some tests for this.
This comment was marked as resolved.
This comment was marked as resolved.
72a95f6 to
4192bf4
Compare
|
Need to update the |
6234419 to
c7c20dc
Compare
Oh I see, I forgot to run all the tests before, only ran I just regenerated the help output svg, not sure if something else needs to be done. |
|
@nozwock do you mind also squashing the test output change into the first commit? Would be nice to have each commit in our branch history pass tests (as far as possible). |
c7c20dc to
f09795e
Compare
|
@djc I see, didn't think of that. Just did it. |
|
@rami3l want to take a look? |
Closes #4505. Adding a flag to don't try to update already installed toolchains.