-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
curl: move to hyper backend #357409
Comments
Updated title according to this suggestion. |
I asked about it on matrix yesterday and @K900 said that we can’t as curl is part of nixpkgs bootstrap, sadly |
In what sense? That bootstrap can't have Rust dependencies? |
It can, in theory, but we'd have to pull Rust into the bootstrap, which is a long and rather painful process, or we'd need to have two differently behaving versions of curl in the bootstrap and the final system, which is also not great. |
Could gcc-rs make it easier to introduce Rust in the bootstrap? Though no idea if it's far enough along for building Hyper. There don't currently seem to be any other incentives to add Rust to the bootstrap, looks like? Can't really find anything with a quick search, but perhaps more incentives make the effort more worthwhile. (Random thoughts) |
Curl has officially removed hyper support: https://daniel.haxx.se/blog/2024/12/21/dropping-hyper/
|
Project description
Hyper and curl are looking for Linux distributions to ship curl with hyper as an HTTP backend. The work is almost done, but not quite and they want someone (a Linux distro, e.g.) to commit to shipping it.
We already include rustls as an optional dependency for curl. Supporting hyper-ffi seems fairly similar.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: