]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
action: Pin systemd-container version
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Jun 2022 10:04:35 +0000 (12:04 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Jun 2022 12:33:23 +0000 (14:33 +0200)
A faulty metadata update in Github Actions azure mirror for Ubuntu
is causing issues with unmet systemd-container versions. Let's pin
the systemd-container version as a workaround until the issue is
fixed.

action.yaml

index 5877218fba59b6a47e8e290e2ce02abe81fa060b..22e5c536abe4a5a89d259b873aeb660b5cad6466 100644 (file)
@@ -27,7 +27,12 @@ runs:
         debootstrap \
         zypper \
         dnf \
-        systemd-container \
+        systemd=249.11-0ubuntu3.3 \
+        systemd-sysv=249.11-0ubuntu3.3 \
+        systemd-container=249.11-0ubuntu3.3 \
+        udev=249.11-0ubuntu3.3 \
+        libsystemd0=249.11-0ubuntu3.3 \
+        libudev1=249.11-0ubuntu3.3 \
         qemu-system-x86 \
         ovmf \
         e2fsprogs \