From 2c11190b6a8cc2af918226c378133595a4cae5bb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 13 Jun 2023 13:57:25 +0100 Subject: [PATCH] CI: Don't run windows-meson-mingw-ucrt64 by default Workaround for dbus#462: if this doesn't run reliably as a result of external factors, then we shouldn't be using it as a CI gate. 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 d7cb445e..3f6b5a04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -398,6 +398,8 @@ windows-meson-mingw-ucrt64: paths: - "build/config.h" - "build/meson-logs/*.txt" + # Currently broken, https://gitlab.freedesktop.org/dbus/dbus/-/issues/462 + when: manual windows-meson-vs15-x86: extends: .win-build