From: Michal Koutný Date: Thu, 4 Nov 2021 14:38:24 +0000 (+0100) Subject: Revert "CI: disable opensuse mkosi CI" X-Git-Tag: v250-rc1~325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a0895c2eb6c3e2573f246b93a61a6b4a2aa44d3;p=thirdparty%2Fsystemd.git Revert "CI: disable opensuse mkosi CI" This reverts commit ab6df5208396b7069d5c12aa9c21b8ecdb689de1. The image build failed during kernel RPM installation (bug in %post scriptlet). This has been fixed in the package suse-module-tools 16.0.13 [1]. The fix is in openSUSE Tumbleweed repos so the tests can be enabled again. [1] https://github.com/openSUSE/suse-module-tools/pull/53 Fixes: #21019 --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index c70dc2ae10f..9ae40e316f6 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -23,8 +23,7 @@ jobs: - debian - ubuntu - fedora - # Disabled until https://github.com/systemd/systemd/issues/21019 is fixed. - # - opensuse + - opensuse steps: - uses: actions/checkout@v2