Skip to content
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

[LibCURL_jll] Upgrade to v8.9.0 #55287

Closed
wants to merge 2 commits into from
Closed

Conversation

Zentrik
Copy link
Member

@Zentrik Zentrik commented Jul 28, 2024

Fixes #55286

I verified with

make -C deps distclean-curl configure-curl USE_BINARYBUILDER_CURL=0

that the from-source build can be at least configured correctly.

NSS seems to have been removed from curl and I think the flag was dropped in https://github.com/curl/curl/pull/11459/files.
@Zentrik Zentrik added JLLs building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Jul 28, 2024
@giordano
Copy link
Contributor

This isn't going to work, we need to sort out first what to do with openssl

@giordano
Copy link
Contributor

#53891 would also fix #55286. Another way to fix it without upgrading curl is to backport the patch here.

@Zentrik Zentrik closed this Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries JLLs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Curl 8.6.0 fails to build without binarybuilder
2 participants