From: Daan De Meyer Date: Tue, 8 Aug 2023 11:38:39 +0000 (+0200) Subject: Install extra packages for centos/alma/rocky to fix CI failure X-Git-Tag: v15~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822edcac9a95f95cda5d1e8f1138b00e001dc686;p=thirdparty%2Fmkosi.git Install extra packages for centos/alma/rocky to fix CI failure This increases the size of the generated image a bit which makes sure repart calculates a minimal partition size for the XFS filesystem so that populating the partition doesn't run out of space. --- diff --git a/.github/mkosi.conf.d/20-centos.conf b/.github/mkosi.conf.d/20-centos.conf index c794d3235..9478b80e2 100644 --- a/.github/mkosi.conf.d/20-centos.conf +++ b/.github/mkosi.conf.d/20-centos.conf @@ -8,3 +8,8 @@ Packages=kernel-core systemd systemd-boot udev + # Add extra packages to increase the size of the image a bit to make sure repart calculates a large + # enough minimal size for the XFS filesystem. + # TODO: Check if this is still needed when the next ubuntu LTS becomes available on Github Actions. + kernel-modules + llvm