Conversation
|
Thanks Kleis, I think I'm going to refactor out the version number checking logic from the build script (and merge the value of the libvips version into this) so it's quicker to check locally if there's a newer version of any dependency without running an entire build. |
|
Great, sounds good to me. I'm currently investigating this on the https://github.com/lovell/sharp-libvips/actions/runs/15489943190/job/43612935538#step:4:9155 Curiously, this is not an issue on the (this was originally found in kleisauke/net-vips@2253e0a) |
|
Perhaps https://github.com/libvips/libvips/blob/5da295f49fe27a33a79100cd332fe401d6835264/meson.build#L392 |
|
Good catch. I'll open a draft PR on this repository to see if it fixes the issue. (sounds very similar to the issues linked to mesonbuild/meson#11011) |
|
See commit be68966 for the CI improvements to version number checking (plus takes advantage of new ARM64 runners). |
No description provided.