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.
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

Loading…
Cancel
Save