Revert "CI: disable opensuse mkosi CI"
authorMichal Koutný <mkoutny@suse.com>
Thu, 4 Nov 2021 14:38:24 +0000 (15:38 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 9 Nov 2021 10:57:03 +0000 (10:57 +0000)
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

index c70dc2ae10fd7da473ec78a1ed04aa11ac111536..9ae40e316f6c8846d52c6f06c7822d3a5974dc3d 100644 (file)
@@ -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