From: Luca Boccassi Date: Sun, 3 Sep 2023 13:14:52 +0000 (+0100) Subject: CI: pin CentOS 9 kernel to workaround panic on shutdown X-Git-Tag: v16~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9cd279e21cce2393bb0493c577f5c74a21e6914;p=thirdparty%2Fmkosi.git CI: pin CentOS 9 kernel to workaround panic on shutdown Newer kernels are affected by a regression that causes a kernel panic on shutdown, so pin them for now. Can be reverted once that problem is fixed. https://bugzilla.redhat.com/show_bug.cgi?id=2234390 --- diff --git a/.github/mkosi.conf.d/20-centos.conf b/.github/mkosi.conf.d/20-alma-rocky.conf similarity index 87% rename from .github/mkosi.conf.d/20-centos.conf rename to .github/mkosi.conf.d/20-alma-rocky.conf index dafbd2916..178bb095d 100644 --- a/.github/mkosi.conf.d/20-centos.conf +++ b/.github/mkosi.conf.d/20-alma-rocky.conf @@ -1,5 +1,4 @@ [Match] -Distribution=|centos Distribution=|alma Distribution=|rocky diff --git a/.github/mkosi.conf.d/20-centos9.conf b/.github/mkosi.conf.d/20-centos9.conf new file mode 100644 index 000000000..7b36caa61 --- /dev/null +++ b/.github/mkosi.conf.d/20-centos9.conf @@ -0,0 +1,11 @@ +[Match] +Distribution=centos +Release=9 + +[Content] +Packages= + kernel-core-5.14.0-354.el9 + systemd + systemd-boot + udev + grub2-pc