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:
Daan De Meyer
2025-03-19 14:07:42 +01:00
parent 1f3bf2a9a2
commit f5cf72b566

View File

@@ -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 \