summaryrefslogtreecommitdiff
path: root/mkosi.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-02-09 09:53:05 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-02-10 18:16:54 +0900
commitc9853672a030cb27a802fce58e8e8b1fba26cd5d (patch)
tree2fce1bc5e73ca10d303443851627145d992bcec2 /mkosi.build
parent59833064742310bfccf028b0278811ba5cff8dcf (diff)
downloadsystemd-c9853672a030cb27a802fce58e8e8b1fba26cd5d.tar.gz
mkosi: Update to latest
Let's make sure we're testing unprivileged builds properly. Usage of SourceFileTransfer= and SourceFileTransferFinal= are removed as they were dropped by mkosi. SourceFileTransfer=mount is now the default in mkosi so behavior for the build script is unchanged. We stop copying sources in the final image until mkosi adds support for virtiofs.
Diffstat (limited to 'mkosi.build')
-rwxr-xr-xmkosi.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkosi.build b/mkosi.build
index b058b0352f..fa78aa8982 100755
--- a/mkosi.build
+++ b/mkosi.build
@@ -175,10 +175,6 @@ fi
cd "$BUILDDIR"
ninja "$@"
if [ "$WITH_TESTS" = 1 ] ; then
- for id in 1 2 3; do
- getent group $id >/dev/null || echo "g testgroup$id $id -" | ./systemd-sysusers -
- done
-
if [ -n "$SANITIZERS" ]; then
export ASAN_OPTIONS="$ASAN_OPTIONS"
export UBSAN_OPTIONS="$UBSAN_OPTIONS"