From f7f842f88850414d1cdb4918c1feba212df5eca1 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 3 Sep 2023 14:07:56 +0100 Subject: [PATCH] mkosi: temporarily disable Arch The mkosi Arch CI doesn't work as the keyring package is out of date and cannot be built due to various build toolchain issues. Disable the job as it always fails and confuses submitters. --- .github/workflows/mkosi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 5d8b3c0117..54a8481a5e 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -54,8 +54,9 @@ jobs: fail-fast: false matrix: include: - - distro: arch - release: rolling +# Temporarily disabled due to keyring packaging issues +# - distro: arch +# release: rolling - distro: debian release: testing - distro: ubuntu -- 2.25.1