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:
parent
2af71e5c27
commit
11f69464bd
@ -492,6 +492,9 @@ build vs2022 x86:
|
|||||||
|
|
||||||
build vs2022 arm64:
|
build vs2022 arm64:
|
||||||
extends: '.build windows cross'
|
extends: '.build windows cross'
|
||||||
|
rules:
|
||||||
|
- when: 'manual'
|
||||||
|
allow_failure: true
|
||||||
variables:
|
variables:
|
||||||
ARCH: 'arm64'
|
ARCH: 'arm64'
|
||||||
# pango pulls in cairo which pulls in pixman which doesn't build because of
|
# pango pulls in cairo which pulls in pixman which doesn't build because of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user