ci: add postmarketOS to integration testing#4297
Open
craftyguy wants to merge 6 commits into
Open
Conversation
sulogin is packaged separately on Alpine Linux, and this other pkg is not pulled in automatically. Fixes emergency shell in the initrd
Not pulled in automatically as a dependency, and needed for lvm support
On Alpine/pmOS, the EFI stub is split into a separate systemd-efistub package rather than being bundled with systemd-boot, so it needs to be added to the tools tree so mkosi can find it when building UKI/ESP images.
Contributor
Author
|
This opensuse tools tree failure seems unrelated to my changes, it's also failing when building images for other distros: |
Contributor
|
Thanks for this! Yeah, opensuse is borked at the moment and nobody had time to investigate yet. |
Contributor
|
@craftyguy We can mess around a bit, you can add a step to the mkosi action to download a static apk (check the hash ofc) and together with #4313 we'll be able to build from ubuntu |
Contributor
|
If you rebase we now install apk in the github action |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
apk-tools isn't packaged in Ubuntu, so the scope of testing is limited quite a bit to only a handful of distros/tools trees that have apk available. This also means we're not able to test building images for other distros in a pmOS tools tree since the base distro is... 🥁... Ubuntu and it's unable to build a pmOS tools tree because it doesn't have apk-tools.