]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Don't run windows-meson-mingw-ucrt64 by default
authorSimon McVittie <smcv@collabora.com>
Tue, 13 Jun 2023 12:57:25 +0000 (13:57 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 13 Jun 2023 12:57:25 +0000 (13:57 +0100)
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 <smcv@collabora.com>
.gitlab-ci.yml

index d7cb445ef67adab9726c202d8d81151ecf2537be..3f6b5a047be9264f19bab5fa8abe5c84fe6e9d16 100644 (file)
@@ -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