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. 3
      package/ci/circleci.yml

3
package/ci/circleci.yml

@ -621,11 +621,12 @@ 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-gles2:
requires:

Loading…
Cancel
Save