From 6ec74f916aaa9c5898d7e59d4af2fc8560729d82 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 8 Sep 2023 09:47:41 +0200 Subject: [PATCH] mkosi: Drop arch workaround archlinux-keyring was updated in Michel's PPA so let's drop the workaround. --- .github/workflows/mkosi.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 5b70c607c26..7b9ad6a67f1 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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.