mkosi: Use Debian stable#806
Open
andreabolognani wants to merge 1 commit into
Open
Conversation
Debian testing, which is the mkosi default, cannot be installed right now: we get errors such as Setting access ACL "u::rwx,g::r-x,g:adm:r-x,m::r-x,o::r-x" on /var/log/journal failed: Invalid argument for systemd and a couple other packages; the installation fails as a result, and the mkosi job is aborted. While we try to figure out what the proper fix is and where it should land (Debian? mkosi? somewhere else?), switch to Debian stable, which is not affected by the issue and makes for a reasonable test target anyway. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Contributor
Author
|
Based on additional testing, this seems to have been addressed in Debian unstable already. Which means that we should be able to revert this commit and switch back to Debian testing in a week or so. |
Contributor
Author
Actually it could take longer because the autopkgtest results are not looking good. https://tracker.debian.org/pkg/systemd |
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.
This restores CI functionality for the most part, modulo a couple CentOS failures that we were already aware of and for which a fix is being prepared on the CentOS side.
I will file an issue against mkosi to try and figure out how to get the Debian testing jobs working again, but in the meantime this allows us to validate incoming changes.