mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: add feature flag for nspawn build (#36876)
Other tools have it, nspawn doesn't, add one
This commit is contained in:
2
.github/workflows/unit_tests.sh
vendored
2
.github/workflows/unit_tests.sh
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user