From: Daan De Meyer Date: Thu, 4 Jan 2024 14:59:24 +0000 (+0100) Subject: ci: Disable jobs with arch linux tools trees for now. X-Git-Tag: v20~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb47cdfde00afee49fd4799062d49a78ee0defb1;p=thirdparty%2Fmkosi.git ci: Disable jobs with arch linux tools trees for now. Arch has qemu 8.2 which has severely broken TCG acceleration (see https://gitlab.com/qemu-project/qemu/-/issues/2070). Let's disable the jobs with arch tools trees until the bug is fixed. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e911af4..374390b73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,8 @@ jobs: - ubuntu tools: - "" - - arch + # TODO: Enable again when https://gitlab.com/qemu-project/qemu/-/issues/2070 is fixed and available in Arch. + # - arch - debian - fedora - opensuse