-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore: merge 3.5 into 3.6 #82
Conversation
feat: add 24.04 as a supported Ubuntu base
chore: merge 3.4 into 3.5
This required in order to build the binary wheel(s) required by the included COS libs.
fix: add Cargo as a build dependency
This required in order to build the binary wheel(s) required by the included COS libs.
Version 3 of charmcraft does not allow a run-on stanza that includes 24.04 with other versions, but 2 does. So we install this versions for our Github workflows.
fix: add Cargo as a build dependency to charmcraft.yaml
088ea7d
to
ff4cdf3
Compare
I am concerned about pydantic_core not being built for all architectures. We might need to handle that somehow.
|
Yeah, I think we might also have an issue with COS on non-AMD64. I will merge this and do some testing. A good thing for someone to test with an ARM machine, is relating COS-lite to a controller. |
Testing on an old version was vestigial.
Not sure how we ended up with this list of architectures.
ff4cdf3
to
ab25b1f
Compare
Merge from 3.5 to bring forward build support for running on 24.04.
A correction to the list of architectures is slipstreamed in.