From: Simon McVittie Date: Fri, 24 Jun 2022 13:37:22 +0000 (+0100) Subject: CI: Tell Meson build where to find the source directory X-Git-Tag: dbus-1.15.0~32^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f49791ec991317b1c5a7678dfd1f4546f284540d;p=thirdparty%2Fdbus.git CI: Tell Meson build where to find the source directory Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 42eef2fde..545ff0841 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -503,7 +503,7 @@ case "$ci_buildsys" in fi # FIXME: ducktype target fails on debian CI.. - $meson_setup -Dducktype_docs=disabled "$@" + $meson_setup -Dducktype_docs=disabled "$@" "$srcdir" meson compile [ "$ci_test" = no ] || meson test DESTDIR=DESTDIR meson install