meson: add feature flag for nspawn build (#36876)

Other tools have it, nspawn doesn't, add one
This commit is contained in:
Luca Boccassi
2025-03-28 13:55:19 +00:00
committed by GitHub
11 changed files with 32 additions and 12 deletions

View File

@@ -107,7 +107,7 @@ for phase in "${PHASES[@]}"; do
MESON_ARGS+=(-Db_lundef=false -Dfuzz-tests=true)
if [[ "$phase" == "RUN_CLANG_ASAN_UBSAN_NO_DEPS" ]]; then
MESON_ARGS+=(--auto-features=disabled)
MESON_ARGS+=(--auto-features=disabled -Dnspawn=enabled)
fi
fi
MESON_ARGS+=(--fatal-meson-warnings)