From: Simon McVittie Date: Fri, 28 Feb 2025 14:42:50 +0000 (+0000) Subject: CI: Enable Windows build with Meson, gcc and UCRT64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb9b8bffe3f799ee04c4c972d0349600bb03b43;p=thirdparty%2Fdbus.git 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 --- 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