summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-02-25 12:54:11 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-25 12:54:11 +0000
commit9cfa5104648bb6ebaa264a2b427a8a991faee570 (patch)
treeff45c21668a0f2562d31eb11f70f07906dac8ac5 /.gitlab-ci.yml
parent9b9028c160a404771fe0caeecda8f4248997a808 (diff)
downloadcairo-9cfa5104648bb6ebaa264a2b427a8a991faee570.tar.gz
ci: Make Windows jobs manual
The CI runners for Windows are currently timing out on the fd.o infrastructure. The issue is being worked on, but we should avoid blocking our entire CI pipeline until it's fixed, as it sounds it is going to take a while.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 291898c6f..46cc5f0cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -263,11 +263,13 @@ meson vs2017 amd64:
extends: '.build meson windows'
variables:
ARCH: 'amd64'
+ when: 'manual'
meson vs2017 x86:
extends: '.build meson windows'
variables:
ARCH: 'x86'
+ when: 'manual'
meson android arm64 fedora:
# TODO: should probably build our own image here some day