mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue