From: Simon McVittie Date: Fri, 12 May 2023 17:32:35 +0000 (+0100) Subject: CI: Disable "opensuse mingw64 cmake debug" until #455 is fixed X-Git-Tag: dbus-1.15.6~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f2f4f757d367efc260f55ca5c2a189b0a1bc47;p=thirdparty%2Fdbus.git CI: Disable "opensuse mingw64 cmake debug" until #455 is fixed Having some CI is better than having no CI. Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7b2b7c80..abe77317e 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: