From 21f2f4f757d367efc260f55ca5c2a189b0a1bc47 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 12 May 2023 18:32:35 +0100 Subject: [PATCH] CI: Disable "opensuse mingw64 cmake debug" until #455 is fixed Having some CI is better than having no CI. Signed-off-by: Simon McVittie --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7b2b7c8..abe77317 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -308,6 +308,8 @@ opensuse mingw64 cmake debug: ci_host: "x86_64-w64-mingw32" ci_local_packages: "no" ci_variant: "debug" + # Currently broken, https://gitlab.freedesktop.org/dbus/dbus/-/issues/455 + when: manual opensuse mingw64 meson debug: extends: