From 1cb9b8bffe3f799ee04c4c972d0349600bb03b43 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 28 Feb 2025 14:42:50 +0000 Subject: [PATCH] CI: Enable Windows build with Meson, gcc and UCRT64 This was broken for a while (see dbus#462, dbus!426, dbus!429, dbus!512) but now it works again. Let's not allow it to regress without someone noticing. Signed-off-by: Simon McVittie --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a099c944..76adebe78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -396,8 +396,6 @@ 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 -- 2.47.3