]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Tell Meson build where to find the source directory
authorSimon McVittie <smcv@collabora.com>
Fri, 24 Jun 2022 13:37:22 +0000 (14:37 +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 42eef2fdee194af2a229e856a463c6d5a3ecdc64..545ff0841807c1e0efae60b15199a72ad3ffbf54 100755 (executable)
@@ -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