mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
fmf: Drop -f from subsequent mkosi sandbox calls
Only required for the first call to mkosi sandbox, after that we can assume the tools tree has already been built.
This commit is contained in:
@@ -88,10 +88,10 @@ export TEST_SKIP="TEST-21-DFUZZER"
|
||||
|
||||
mkosi summary
|
||||
mkosi -f sandbox -- true
|
||||
mkosi -f sandbox -- meson setup --buildtype=debugoptimized -Dintegration-tests=true build
|
||||
mkosi sandbox -- meson setup --buildtype=debugoptimized -Dintegration-tests=true build
|
||||
mkosi genkey
|
||||
mkosi -f sandbox -- meson compile -C build mkosi
|
||||
mkosi -f sandbox -- \
|
||||
mkosi sandbox -- meson compile -C build mkosi
|
||||
mkosi sandbox -- \
|
||||
meson test \
|
||||
-C build \
|
||||
--no-rebuild \
|
||||
|
||||
Reference in New Issue
Block a user