summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-10-10 21:19:03 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-10-11 00:33:42 +0200
commit727dc1f23a2e16da7f1e24810157d5b7c9136525 (patch)
treeae3993fa6e57fdbb1eeab0a3f72392b6af973c84 /.github
parentMerge pull request #34699 from yuwata/netlink-cleanups (diff)
downloadsystemd-727dc1f23a2e16da7f1e24810157d5b7c9136525.tar.xz
systemd-727dc1f23a2e16da7f1e24810157d5b7c9136525.zip
mkosi: fix sections for settings
Follow-up for 963157ca78429c51feb3103828d8cc94440956f3.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mkosi.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 381db9a048..941d7f45a0 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]