Skip to content

Commit 48484b3

Browse files
committed
CI: undo mkosi.yml overwrite of systemd tools from main
The tools from main are no longer compatible with images built in this stable branch. Ubuntu 24.04 ships with v255 which is good enough, so restore those binaries. (cherry picked from commit 92df356) (cherry picked from commit b5823d6) (cherry picked from commit 7ef3309)
1 parent 79c337e commit 48484b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060

6161
- name: Configure
6262
run: |
63+
# mkosi GHA clones and builds from main but tools are not compatible with this branch, 24.04 ships 255 which is enough
64+
sudo apt install --reinstall systemd systemd-container systemd-boot systemd-ukify
65+
6366
tee mkosi.default <<- EOF
6467
[Distribution]
6568
Distribution=${{ matrix.distro }}

0 commit comments

Comments
 (0)