-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump QEMU to 8.0.2 #3
Bump QEMU to 8.0.2 #3
Conversation
scribam
commented
May 3, 2023
•
edited
Loading
edited
- cocoa have to be enabled else the objective-c compiler is not found (required to compile .m files)
- link with zlib was added to build qemu tests correctly
Have you tested the action with this change?
Can the tests be disabled? Would hopefully improve the build times as well. |
|
I tested QEMU 8 and it worked. But the CI pipeline in this repository also include the Xhyve hypervisor, and that broke. It's not related to the update of QEMU but something else. But it requires some further investigation to solve. |
Is it this error?
Could it be because there is a mismatch between the runner which builds xhyve (macos-11) and the one which runs it (macos-12)? |
Yes, exactly.
No, I don't think so. The Xhyve from resources 0.7.0 still works. This is from last week: https://github.com/cross-platform-actions/action/actions/runs/5136393337. |
Thanks. I managed to add an entitlement for hypervisor to the Xhyve executable, now it's working again. |