From: Simon McVittie Date: Fri, 24 Jun 2022 16:10:49 +0000 (+0100) Subject: CI: Explicitly enable wrap dependencies X-Git-Tag: dbus-1.15.0~32^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dac45dce26e0c5df34107cb812d7a2cebf856ff;p=thirdparty%2Fdbus.git CI: Explicitly enable wrap dependencies Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 545ff0841..86da12824 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -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