summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-03 12:56:50 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-06 10:56:45 +0200
commitffda3c3de9f4cbe9c986d9d4b210b9e6ac532516 (patch)
treebe04a8ff13bcf7b451edab59d3a2b47505ed3a5d /.github
parentmkosi: Enable udev debug logging in CI (diff)
downloadsystemd-ffda3c3de9f4cbe9c986d9d4b210b9e6ac532516.tar.xz
systemd-ffda3c3de9f4cbe9c986d9d4b210b9e6ac532516.zip
mkosi: Disable ext4's orphan_file feature for centos images
Not supported by e2fsck from centos. We also disable building repart from source in CI as running it from the build directory means repart will run mkfs.ext4 from the host which doesn't know about the orphan_file feature causing it to fail.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mkosi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index fe602685e9..22e084bf7b 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -169,7 +169,7 @@ jobs:
-Dtpm2=enabled \
-Dlibcryptsetup=enabled \
-Dlibcurl=enabled \
- -Drepart=enabled \
+ -Drepart=disabled \
-Dfirstboot=true \
-Dsysusers=true \
-Dtmpfiles=true \