-
Notifications
You must be signed in to change notification settings - Fork 102
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
Iterate over readmeta
results
#1308
Iterate over readmeta
results
#1308
Conversation
I couldn't run the test suite because
That is, it fails because the Apple linkers aren't set up correctly. I think it's the same problem as JuliaPackaging/Yggdrasil#7745. |
The meson build failure happens for me locally but not in CI. |
We probably need to update BinaryBuilderBase first: https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/6faea2ef758b089156f35716d0f55dc74a8ab786/test/Project.toml#L16 |
This PR depends on JuliaPackaging/BinaryBuilderBase.jl#363. |
This PR probably needs to disable ObjectFile 0.3. Should I do this, or should I add a function with a |
Only v0.4 is fine |
It seems |
I'm not a fan of committing the Manifest in packages, but let's update it for the time being. |
e7adb8b
into
JuliaPackaging:compathelper/new_version/2023-04-11-19-28-50-862-00605624957
…t) (#1277) * CompatHelper: bump compat for ObjectFile to 0.4, (keep existing compat) * Iterate over `readmeta` results (#1308) * Iterate over `readmeta` results * Correct get_soname * Require ObjectFile 0.4 * Update Manifest.toml * Fix test --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Erik Schnetter <[email protected]> Co-authored-by: Mosè Giordano <[email protected]>
No description provided.