From: Simon McVittie Date: Tue, 16 May 2023 10:46:22 +0000 (+0100) Subject: Revert "CI: Disable native Windows builds for now" X-Git-Tag: dbus-1.15.6~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d994f85f4db91a3dec285d47b9d4e067cc7ca2a0;p=thirdparty%2Fdbus.git Revert "CI: Disable native Windows builds for now" It seems they do work, it was just very slow to build the image. This reverts commit a3a14ea09eb3ade08cd6b4c6af57afd8b1c0b8bb. Resolves: https://gitlab.freedesktop.org/dbus/dbus/-/issues/456 Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5dd57826..abe77317e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,8 +130,6 @@ windows amd64 image: echo "Failed to build the image" Exit 1 } - # This is extremely slow, and is getting in the way of having CI at all - when: manual .unix-host-build: stage: build @@ -353,8 +351,6 @@ ubuntu jammy autotools: - $WarningPreference = "Stop" - $env:DBUS_TEST_MALLOC_FAILURES = 0 - $env:PATH += ";C:\bin" - # These are extremely slow, and are getting in the way of having CI at all - when: manual windows msys64 ucrt64 cmake: extends: .win-build