]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: fix sections for settings
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Oct 2024 19:19:03 +0000 (04:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Oct 2024 22:33:42 +0000 (07:33 +0900)
Follow-up for 963157ca78429c51feb3103828d8cc94440956f3.

.github/workflows/mkosi.yml

index 381db9a04810fb206cf3ca0989c32a1a94f38615..941d7f45a0ad7bea14d7c513f8e8662d96d5e753 100644 (file)
@@ -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]