Possibility of Bundling static-curl
#3225
Unanswered
mohammed90
asked this question in
Ideas
Replies: 1 comment 2 replies
-
Hi @mohammed90 I think we can look at exposing the flag BTW, we have ourself encountered issues with GitHub Action runners / Ubuntu version / curl 7.68. Will it be a possibility for you to upgrade |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed Hurl uses the system's curl/libcurl, virtue of the
curl-sys
crate. Sometimes I use GitHub Codespaces for away-from-home development, and they only offer Ubuntu 20.04, which only has (lib)curl/7.68. The latestcurl-sys
supports curl 8.0+, and it also offersstatic-curl
to not rely on the system-provided (lib)curl. Usingstatic-curl
allows having the latest fixes of curl.This is a request due to niche environment, and it isn't a dire need. This whole thing was visible to me because I encountered a curl bug that had to do with GOAWAY and was fixed somewhere after 7.68.
Beta Was this translation helpful? Give feedback.
All reactions