From a1d6470fda8c202162080bfb622f81781058e255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 11 Oct 2022 10:52:25 +0200 Subject: [PATCH] package/ci: make Android and iOS builds depend on the ARM64 build. They're run on x86 there, but in practice they're all exclusively ARM so it doesn't make sense to test them if the (cheaper) Linux ARM build fails. --- package/ci/circleci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index b2dd320ef..5a257b16b 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -671,15 +671,19 @@ workflows: requires: - linux-gles2 - linux-static + - linux-arm64 - android-x86-gles3: requires: - linux-gles3 - linux-static + - linux-arm64 - android-x86-vulkan: requires: - linux-vulkan - linux-static + - linux-arm64 - ios-gles3: requires: - macos-gles3 - macos-static + - linux-arm64