add alpine version to pip cache key
This commit is contained in:
parent
b95775123e
commit
ecbf6c2827
|
@ -60,7 +60,7 @@ build_dep_wheels:
|
||||||
- allow_failure: false
|
- allow_failure: false
|
||||||
stage: deps_build
|
stage: deps_build
|
||||||
tags: [docker, $DOCKER_ARCH]
|
tags: [docker, $DOCKER_ARCH]
|
||||||
|
|
||||||
image: ${DOCKER_ARCH}/alpine:${ALPINE_VERSION}
|
image: ${DOCKER_ARCH}/alpine:${ALPINE_VERSION}
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -75,7 +75,7 @@ build_dep_wheels:
|
||||||
- .cargo/registry/index
|
- .cargo/registry/index
|
||||||
- .cargo/registry/cache
|
- .cargo/registry/cache
|
||||||
- .cargo/git/db
|
- .cargo/git/db
|
||||||
- key: dep-pip-$DOCKER_ARCH
|
- key: dep-pip-$DOCKER_ARCH-$ALPINE_VERSION
|
||||||
paths:
|
paths:
|
||||||
- .pip
|
- .pip
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue