mkosi: Drop arch workaround

archlinux-keyring was updated in Michel's PPA so let's drop the
workaround.
This commit is contained in:
Daan De Meyer 2023-09-08 09:47:41 +02:00 committed by Luca Boccassi
parent 3bf7d79637
commit 6ec74f916a

View file

@ -105,15 +105,6 @@ jobs:
Ephemeral=yes
EOF
# TODO: Remove once archlinux-keyring is updated in ppa:michel-slm/kernel-utils.
tee mkosi.conf.d/11-arch-keyring.conf <<- EOF
[Match]
Distribution=arch
[Distribution]
RepositoryKeyCheck=no
EOF
# For erofs, we have to install linux-modules-extra-azure, but that doesn't match the running kernel
# version, so we can't load the erofs module. squashfs is a builtin module so we use that instead.