-
Notifications
You must be signed in to change notification settings - Fork 9
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
ci: bump release build to ubuntu-22.04 #79
ci: bump release build to ubuntu-22.04 #79
Conversation
Tested the workflow on my fork and it seems to work fine: @rivos-eblot do you think we could cut a release of |
And should I prefix these commits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otptool.py dependencies might be missing
3b79f4b
to
97db116
Compare
Yes you are right, as well as the directory (see comment from #80) |
I need to push a couple of fixes first, but yes, by the end of the day this should be ok. |
Required to get the necessary `glib` version required for QEMU (>=2.66.0). Note that binaries build from `ubuntu-22.04` will no longer be usable from `ubuntu-20.04` due to `glibc` incompatibility.
This script has changed names, gained features, and now has dependencies in `python/qemu/ot/`. Signed-off-by: James Wainwright <[email protected]>
97db116
to
8b44c22
Compare
Required to get the necessary
glib
version required for QEMU (>=2.66.0).Note that binaries built from
ubuntu-22.04
will no longer be usable fromubuntu-20.04
due toglibc
incompatibility.