]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Don't run tests for openSUSE Meson mingw builds for now
authorSimon McVittie <smcv@collabora.com>
Mon, 27 Jun 2022 18:13:07 +0000 (19:13 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
They don't find their library dependencies.

Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml

index b1418c3f1988445b53685966c525eb8d0a708466..a5f306291e94ce7f5ef6098ec62e11c0e69964b2 100644 (file)
@@ -284,6 +284,9 @@ opensuse mingw64 meson debug:
   variables:
     ci_host: "x86_64-w64-mingw32"
     ci_local_packages: "no"
+    # TODO: Tests in this configuration fail to find the mingw builds
+    # of expat and GLib in /usr/x86_64-w64-mingw32/sys-root/mingw/bin
+    ci_test: "no"
     ci_variant: "debug"
 
 .ubuntu-build: