Conversation
cgwalters
left a comment
There was a problem hiding this comment.
I'm fine with this, however if we want to switch over to not publishing, that should squash warnings like this.
To do so, use e.g. https://github.com/containers/bootc/blob/5e0df36305cfda93eab0ca70678b618d1f2844f0/cli/Cargo.toml#L8
|
I started looking at what it would take us to stop publishing and do our own releases but that's a significant amount of changes and I would prefer to not block the 0.2.27 release on that. Another option is to backport just #790 into Fedora for now. |
|
Added a commit to temporarily build using Ubuntu-22.04 runners as the builds regularly fails on the 24.04 ones. Made: #836 |
| jobs: | ||
| crossarch-check: | ||
| runs-on: ubuntu-latest | ||
| runs-on: ubuntu-22.04 |
There was a problem hiding this comment.
Latest is now 24.04. This downgrades to 22.04 to make the tests pass. It's similar to build issues that we've seen in other repos: coreos/afterburn#1156
I have not figured out where the failure is exactly.
Maybe we should run this cross-build on the new aarch64 runners as that should be faster as well.
Fixes a warning when preparing the release.
Will also serve as a test for the failure in #834