mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 02:08:02 +02:00
CI: Explicitly enable wrap dependencies
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
f49791ec99
commit
0dac45dce2
1 changed files with 5 additions and 0 deletions
|
|
@ -502,6 +502,11 @@ case "$ci_buildsys" in
|
||||||
fi
|
fi
|
||||||
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..
|
# FIXME: ducktype target fails on debian CI..
|
||||||
$meson_setup -Dducktype_docs=disabled "$@" "$srcdir"
|
$meson_setup -Dducktype_docs=disabled "$@" "$srcdir"
|
||||||
meson compile
|
meson compile
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue