diff options
author | Michal Koutný <mkoutny@suse.com> | 2021-11-04 15:38:24 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-11-09 11:57:03 +0100 |
commit | 7a0895c2eb6c3e2573f246b93a61a6b4a2aa44d3 (patch) | |
tree | 0bcf21e54ea84d9b50a65f92a5997759563827f6 /.github | |
parent | Merge pull request #21269 from yuwata/network-netdev-cleanups (diff) | |
download | systemd-7a0895c2eb6c3e2573f246b93a61a6b4a2aa44d3.tar.xz systemd-7a0895c2eb6c3e2573f246b93a61a6b4a2aa44d3.zip |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index c70dc2ae10..9ae40e316f 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 |