lkrg-org / lkrg

Linux Kernel Runtime Guard
https://lkrg.org
Other
402 stars 72 forks source link

CI: Use latest usable mkosi v14 #255

Closed vt-alt closed 1 year ago

vt-alt commented 1 year ago

Main (and only) branch of mkosi is switching to a bleeding edge systemd tools which are not available on Ubuntu we are testing on. Instead of migrating off mkosi to something else, we can still use some previously wording tag such as `v14'.

Link: https://github.com/lkrg-org/lkrg/issues/253

solardiz commented 1 year ago

Thank you, @vt-alt! This is also the approach I'd have suggested based on your comments on the issue.

We can merge this as-is, or maybe you want to fix minor issues in the commit description first? Maybe edit it to:

CI: Use latest usable mkosi v14

Main (and only) branch of mkosi is switching to bleeding edge systemd
tools, which are not available on Ubuntu we are testing on. Instead of
migrating off mkosi to something else, we can still use some previously
working tag such as v14.

Fixes: https://github.com/lkrg-org/lkrg/issues/253
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>

(fix typo in "wording" / "working", drop "a", use "Fixes" in place of "Link")

vt-alt commented 1 year ago

Thanks for suggestions, force-pushed fixed commit.