Skip to content

Commit 150b961

Browse files
committed
ci: link systemd-keyutil into place
The mkosi action.yaml links systemd main, and instealls an hard-coded set of binaries. ukify now depends on the new systemd-keyutil, which cannot be in that list. Link it manually. (cherry picked from commit 8f24348)
1 parent 14e3284 commit 150b961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
ExecStart=false
135135
EOF
136136
cp mkosi.presets/10-initrd/mkosi.extra/usr/lib/systemd/system/emergency.service.d/poweroff.conf mkosi.presets/20-final/mkosi.extra/usr/lib/systemd/system/emergency.service.d/poweroff.conf
137+
sudo ln -svf "$(dirname "$(readlink /usr/bin/bootctl)")/systemd-keyutil" /usr/lib/systemd/systemd-keyutil
138+
/usr/lib/systemd/systemd-keyutil --version
137139
138140
- name: Generate secure boot key
139141
run: mkosi --debug genkey

0 commit comments

Comments
 (0)