summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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