From 0dac45dce26e0c5df34107cb812d7a2cebf856ff Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2022 17:10:49 +0100 Subject: CI: Explicitly enable wrap dependencies Signed-off-by: Simon McVittie --- tools/ci-build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 545ff084..86da1282 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 -- cgit v1.2.1