summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 17:10:49 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit0dac45dce26e0c5df34107cb812d7a2cebf856ff (patch)
treeda4e4e5e295fd4489400d1aafc8109c314b9c595 /tools
parentf49791ec991317b1c5a7678dfd1f4546f284540d (diff)
downloaddbus-0dac45dce26e0c5df34107cb812d7a2cebf856ff.tar.gz
CI: Explicitly enable wrap dependencies
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-build.sh5
1 files changed, 5 insertions, 0 deletions
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