From: Yu Watanabe Date: Thu, 10 Oct 2024 19:19:03 +0000 (+0900) Subject: mkosi: fix sections for settings X-Git-Tag: v257-rc1~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727dc1f23a2e16da7f1e24810157d5b7c9136525;p=thirdparty%2Fsystemd.git mkosi: fix sections for settings Follow-up for 963157ca78429c51feb3103828d8cc94440956f3. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 381db9a0481..941d7f45a0a 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -140,12 +140,13 @@ jobs: [Output] # Build a disk image in CI as this logic is much more prone to breakage. Format=disk + + [Build] UseSubvolumes=yes WorkspaceDirectory=$TMPDIR PackageCacheDirectory=$TMPDIR/cache - [Content] Environment= # Build debuginfo packages since we'll be publishing the packages as artifacts. WITH_DEBUG=1 @@ -155,6 +156,7 @@ jobs: LLVM=${{ matrix.llvm }} SYSEXT=1 + [Content] SELinuxRelabel=${{ matrix.relabel }} [Host]