ci: Disable arm64 job till we figure out what's wrong

This is probably a Visual Studio installer issue, maybe the ARM64
workload isn't getting installed anymore.
This commit is contained in:
Nirbheek Chauhan 2023-08-10 14:54:15 +05:30
parent 2af71e5c27
commit 11f69464bd

View file

@ -492,6 +492,9 @@ build vs2022 x86:
build vs2022 arm64:
extends: '.build windows cross'
rules:
- when: 'manual'
allow_failure: true
variables:
ARCH: 'arm64'
# pango pulls in cairo which pulls in pixman which doesn't build because of