-
Notifications
You must be signed in to change notification settings - Fork 189
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
jpeg-xl test have been failing on macos #450
Comments
The ci failure mode(s) have also been changed since GitHub macos runners switched to arm64: |
Ouch. How is that happening? Something wrong with brew (e.g. not adding to dyld cache or something)? |
I don't know how macOS dyld works but it seems like no homebrew library can be loaded at all. The macOS job now uploads CMake logs that hint homebrew installs to
There is no |
Looks like macos >= 13 has the issue. Changing the runner to macos-12, we get the old surface mismatch
I guess the path is on macos libs path, because cmake can found them, yes? |
Looks like CMake hardcodes |
Yes, looks like we'll need to add homebrew lib directory to dyld path somehow in our workflows |
When I add the homebrew library path to It fails during the BMP test, after successfully completing the avif test. Adding |
Misalinged stack or something? I wonder whether or not it happens in SDL2 too. |
Looks like msys started installing libjxl 0.10.2 and our tests started failing there too: https://github.com/libsdl-org/SDL_image/actions/runs/9005679096/job/24741542312 |
Can we not raise this issue in libjxl bug tracker somehow? |
For some time, jpeg-xl our test have been failing on macos, as can
be seen in the CI logs.
The CI logs say that brew is installing version 0.10.2 of libjxl.
None of the other runners use v0.10.x at the moment, therefore is
it possible that SDL_image has an issue with libjxl-0.10.x ?
The text was updated successfully, but these errors were encountered: