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 <smcv@collabora.com>
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
- $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