From: Simon McVittie Date: Mon, 27 Jun 2022 18:13:07 +0000 (+0100) Subject: CI: Don't run tests for openSUSE Meson mingw builds for now X-Git-Tag: dbus-1.15.0~32^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd2dfdf51be90bdcc7a207a0f1971ac2528a251;p=thirdparty%2Fdbus.git CI: Don't run tests for openSUSE Meson mingw builds for now They don't find their library dependencies. Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1418c3f1..a5f306291 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: