CI: Explicitly enable wrap dependencies

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-06-24 17:10:49 +01:00
parent f49791ec99
commit 0dac45dce2

View file

@ -502,6 +502,11 @@ case "$ci_buildsys" in
fi
fi
# openSUSE's mingw*-meson wrappers are designed for self-contained
# package building, so they include --wrap-mode=nodownload. Switch
# the wrap mode back, so we can use wraps.
set -- "$@" --wrap=default
# FIXME: ducktype target fails on debian CI..
$meson_setup -Dducktype_docs=disabled "$@" "$srcdir"
meson compile