-
Notifications
You must be signed in to change notification settings - Fork 934
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
Simplify download abstractions and start warning about curl usage #4277
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.
LGTM! Just don't forget to adjust the target features in run.bash
accordingly...
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.
lgtm but will this require any changes in our release process?
Why would it? I think we still build the rustup crate, whose features have not changed. |
804d055
to
764a96c
Compare
This is another step towards #3790. Also in #2626 it was noted that curl is imposing substantial overhead on startup time, even when it is not being used.