You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a local version of JuliaPackaging/Yggdrasil#4073 I am experimenting with adding a non jll dependency.
Thanks to @giordano who pointed me to the right place. We should look up the UUID instead of synthesizing a new one.
Heh, yeah. This is making use of the fact that JLLs all have deterministic UUIDs; so if you've got two different BBs generating JLLs that don't exist in the registry yet, they generate consistent UUIDs, etc...
But you're right, we should do a lookup in the registry first, and only do the hashing thing if it doesn't already have a match.
In a local version of JuliaPackaging/Yggdrasil#4073 I am experimenting with adding a non
jll
dependency.Thanks to @giordano who pointed me to the right place. We should look up the UUID instead of synthesizing a new one.
BinaryBuilder.jl/src/AutoBuild.jl
Line 1442 in 084d75b
cc: @staticfloat
The text was updated successfully, but these errors were encountered: