From b219ebe1c58d6c35f7bd93b81a57f619342d0d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 21 Nov 2022 12:36:00 +0100 Subject: [PATCH] package/ci: the ARM64 build should depend on the nondeprecated build too. --- package/ci/circleci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 178adc820..9b778c0a8 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -621,12 +621,13 @@ workflows: # dependencies especially for the macOS jobs that take the most credits. jobs: - linux-gl + - linux-vulkan + - linux-nondeprecated - linux-arm64: requires: - linux-gl - linux-vulkan - - linux-vulkan - - linux-nondeprecated + - linux-nondeprecated - linux-gles2: requires: - linux-gl