From 4fd2dfdf51be90bdcc7a207a0f1971ac2528a251 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Jun 2022 19:13:07 +0100 Subject: [PATCH] CI: Don't run tests for openSUSE Meson mingw builds for now They don't find their library dependencies. Signed-off-by: Simon McVittie --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1418c3f..a5f30629 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: