Ensure pinned osbuild version is used consistently in CI and build command. (HMS-10070)#2145
Merged
achilleas-k merged 2 commits intoosbuild:mainfrom Jan 19, 2026
Merged
Conversation
It turned out that the corss-arch QEMU test was installing osbuild from the Fedora official repositories. This is not desired, because we are pinning osbuild commit in the Schutzfile. As a result, cross-arch tests break when the osbuild version in Fedora repositories is not new enough for the images library version. Modify the test case to setup pinned osbuild repositories, before installing any packages. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
To ensure that we depsolve and build with the minimum required osbuild version, check it explicitly before doing anything else. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
supakeen
approved these changes
Jan 19, 2026
achilleas-k
approved these changes
Jan 19, 2026
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.
The cross-arch QEMU test in GitHub Actions was inadvertently installing osbuild from Fedora's official repositories instead of using the pinned commit specified in
Schutzfile. This caused test failures when the Fedora-packaged version lagged behind requirements. Additionally, thecmd/buildcommand now explicitly checks the minimum osbuild version before performing any operations, ensuring both depsolve and build phases use a compatible osbuild version./jira-epic HMS-8910
JIRA: HMS-10070