From 7a0895c2eb6c3e2573f246b93a61a6b4a2aa44d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Koutn=C3=BD?= Date: Thu, 4 Nov 2021 15:38:24 +0100 Subject: [PATCH] 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 --- .github/workflows/mkosi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index c70dc2ae10fd7..9ae40e316f6c8 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