We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a move towards artifacts, I am wondering if this package can move away from BinaryProvider.
Should this package rely on libcurl that ships with Julia?
libcurl
The text was updated successfully, but these errors were encountered:
I attempted to use LibCURL_jll in #75 but there was an unexpected error. Probably we could use the libcurl that ships with Julia
Sorry, something went wrong.
Maybe just wait for stdlibs using jlls?
Probably we could use the libcurl that ships with Julia
Libcurl ships with Julia only on Linux I believe. I think #78 should fix the SSL issues.
Fixed with the merging of #75
No branches or pull requests
In a move towards artifacts, I am wondering if this package can move away from BinaryProvider.
Should this package rely on
libcurl
that ships with Julia?The text was updated successfully, but these errors were encountered: