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

Allow LazyJLLWrappers for JLLs #571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

staticfloat
Copy link
Member

BinaryBuilder2 generates JLLs that use LazyJLLWrappers instead of JLLWrappers, we need to allow that here for them to get registered.

BinaryBuilder2 generates JLLs that use `LazyJLLWrappers` instead of `JLLWrappers`, we need to allow that here for them to get registered.
Copy link
Member

@giordano giordano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, as long as tests pass

@staticfloat
Copy link
Member Author

CI failed, but the failures don't look like my fault?

@staticfloat
Copy link
Member Author

Confirmed that the failures are not my fault, the same failures occur on a meaningless PR: #572

@DilumAluthge
Copy link
Member

The problem is this line: https://github.com/JuliaBinaryWrappers/MozillaCACerts_jll.jl/blob/713bd3679eeb3671788eb5f3c5e5ca064a63cc99/Project.toml#L15

That line is incorrect. It should be Libdl = "< 0.0.1, 1" instead. Is this a bug in Ygg/BinaryBuilder?

@giordano
Copy link
Member

giordano commented Aug 5, 2024

Is this a bug in Ygg/BinaryBuilder?

Someone opened JuliaPackaging/BinaryBuilder.jl#1324 but it's still marked as draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants