]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Explicitly enable wrap dependencies
authorSimon McVittie <smcv@collabora.com>
Fri, 24 Jun 2022 16:10:49 +0000 (17:10 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/ci-build.sh

index 545ff0841807c1e0efae60b15199a72ad3ffbf54..86da12824d0fada827fe7e74d414b3d1366519d3 100755 (executable)
@@ -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