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.
This commit is contained in:
Emmanuele Bassi 2022-02-25 12:54:11 +00:00
parent 9b9028c160
commit 9cfa510464

View file

@ -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