Bump QEMU to 9.2.0 and update to Release 0.12.0#8
Bump QEMU to 9.2.0 and update to Release 0.12.0#8AntonOks wants to merge 5 commits intocross-platform-actions:masterfrom
Conversation
Please remember to add a git tag v0.12.0 and push it to GitHub!
| "#{brew_prefix}/opt/glib/lib/libgmodule-2.0.a", | ||
| "#{brew_prefix}/opt/glib/lib/libgobject-2.0.a", | ||
| "#{brew_prefix}/opt/pixman/lib/libpixman-1.a", | ||
| "#{brew_prefix}/opt/pixman/lib/libpixman-1.dylib", |
There was a problem hiding this comment.
It needs to statically link against all non-system dependencies. On several occasions GitHub as removed dependencies without any notification.
There was a problem hiding this comment.
well, this was the only library:
- I found by recursive dir listing AND
- which successfully compiled finally
There was a problem hiding this comment.
I'm not following. The static library doesn't exist anymore or it doesn't compile with it?
There was a problem hiding this comment.
yes, there was no libpixman-1.a or similar lib anymore. The only one was the dylib one...
There was a problem hiding this comment.
Then I need to give this some thought. Perhaps we need to build that library ourselves.
There was a problem hiding this comment.
I think building the library ourselves is the quickest solution.
|
Have you tested this change with any of the images or the action? |
No. And I doubt I'll have time to dig deeper into all this in the next weeks :| |
|
Have you made up your mind how to proceed? What's next now? |
|
@AntonOks if the package manager doesn't provide a static library we need to compile it ourselves to produce a static library. |
Please remember to add a git tag v0.12.0 and push it to GitHub!
Feel free to review the created v0.12.0 release and it's assets in my repo: https://github.com/AntonOks/qemu-resources/releases
THANKS!