From 11f69464bdcac178fd21def4dcb1501f6c0d2ffd Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 10 Aug 2023 14:54:15 +0530 Subject: [PATCH] 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. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 828f869987..78cd4bbd5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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