Skip to content

Commit

Permalink
mkosi: Re-enable arch but disable keyring checking
Browse files Browse the repository at this point in the history
No need to disable arch completely, let's just disable keyring checking
to get CI working again for now.
  • Loading branch information
DaanDeMeyer committed Sep 4, 2023
1 parent 6d05778 commit 16173ab
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
fail-fast: false
matrix:
include:
# Temporarily disabled due to keyring packaging issues
# - distro: arch
# release: rolling
- distro: arch
release: rolling
- distro: debian
release: testing
- distro: ubuntu
Expand Down Expand Up @@ -104,6 +103,15 @@ 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.
Expand Down

0 comments on commit 16173ab

Please sign in to comment.