summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-05-12 18:35:13 +0100
committerSimon McVittie <smcv@collabora.com>2023-05-12 18:35:13 +0100
commita3a14ea09eb3ade08cd6b4c6af57afd8b1c0b8bb (patch)
treeee5445c5d2998eed19c0dccb5ee74fb520582530
parent21f2f4f757d367efc260f55ca5c2a189b0a1bc47 (diff)
downloaddbus-a3a14ea09eb3ade08cd6b4c6af57afd8b1c0b8bb.tar.gz
CI: Disable native Windows builds for now
These are extremely slow (the image build is currently at 36 minutes and still running) which is standing in the way of us having functional CI at all. They can be re-enabled if someone will maintain them. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index abe77317..a5dd5782 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -130,6 +130,8 @@ 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
@@ -351,6 +353,8 @@ 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