]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Silence mkfs.erofs in CI
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 Jan 2024 15:34:16 +0000 (16:34 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 Jan 2024 15:35:01 +0000 (16:35 +0100)
It prints a line for each file included in the image when connected
to a pipe which is extremely noisy so silence it.

.github/workflows/ci.yml

index fe141b7b542fd25d41a4a5b158f8d33614252a57..a29e9571ea6232e4404286e26eb9f10f9a5a96b2 100644 (file)
@@ -144,6 +144,7 @@ jobs:
         tee mkosi.local.conf <<EOF
         [Content]
         KernelCommandLine=systemd.default_device_timeout_sec=180
+        Environment=SYSTEMD_REPART_MKFS_OPTIONS_EROFS="--quiet"
 
         [Host]
         QemuKvm=no