Browse Source

package/ci: the ARM64 build should depend on the nondeprecated build too.

pull/499/head
Vladimír Vondruš 4 years ago
parent
commit
b219ebe1c5
  1. 5
      package/ci/circleci.yml

5
package/ci/circleci.yml

@ -621,12 +621,13 @@ workflows:
# dependencies especially for the macOS jobs that take the most credits. # dependencies especially for the macOS jobs that take the most credits.
jobs: jobs:
- linux-gl - linux-gl
- linux-vulkan
- linux-nondeprecated
- linux-arm64: - linux-arm64:
requires: requires:
- linux-gl - linux-gl
- linux-vulkan - linux-vulkan
- linux-vulkan - linux-nondeprecated
- linux-nondeprecated
- linux-gles2: - linux-gles2:
requires: requires:
- linux-gl - linux-gl

Loading…
Cancel
Save