]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
CI: pin CentOS 9 kernel to workaround panic on shutdown
authorLuca Boccassi <bluca@debian.org>
Sun, 3 Sep 2023 13:14:52 +0000 (14:14 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Sun, 3 Sep 2023 13:54:51 +0000 (15:54 +0200)
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

.github/mkosi.conf.d/20-alma-rocky.conf [moved from .github/mkosi.conf.d/20-centos.conf with 87% similarity]
.github/mkosi.conf.d/20-centos9.conf [new file with mode: 0644]

similarity index 87%
rename from .github/mkosi.conf.d/20-centos.conf
rename to .github/mkosi.conf.d/20-alma-rocky.conf
index dafbd2916cd5d026b97ed11de129d217e6a87df0..178bb095dc6db8f0026d75217a6ff616dbd37e37 100644 (file)
@@ -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 (file)
index 0000000..7b36caa
--- /dev/null
@@ -0,0 +1,11 @@
+[Match]
+Distribution=centos
+Release=9
+
+[Content]
+Packages=
+         kernel-core-5.14.0-354.el9
+         systemd
+         systemd-boot
+         udev
+         grub2-pc