shorten CI a bit

This commit is contained in:
JuniorJPDJ 2022-11-27 10:39:31 +00:00
parent 5be2148ee5
commit f948fa0a91
1 changed files with 6 additions and 8 deletions

View File

@ -27,7 +27,7 @@ stages:
- build
- publish
.build_dep_wheels:
build_dep_wheels:
cache:
- key: dep-cargo
paths:
@ -40,6 +40,9 @@ stages:
stage: deps_build
tags: [docker, $DOCKER_ARCH]
image: ${DOCKER_ARCH}/alpine:3.17
parallel:
matrix:
- DOCKER_ARCH: [amd64, i386, arm64v8, arm32v7]
before_script:
- >
apk add
@ -98,14 +101,9 @@ stages:
paths:
- wheelhouse
build_dep_wheels:
extends: .build_dep_wheels
parallel:
matrix:
- DOCKER_ARCH: [amd64, i386, arm64v8, arm32v7]
build_dep_wheels_riscv64:
extends: .build_dep_wheels
extends: build_dep_wheels
parallel:
variables:
DOCKER_ARCH: riscv64
image: ${DOCKER_ARCH}/alpine:edge