ci/alpine: do not store apk cache

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25843>
This commit is contained in:
David Heidelberg
2023-10-26 18:40:11 +02:00
committed by Marge Bot
parent 3669ca159f
commit 35c7b5e159
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ DEPS=(
wayland-protocols
)
apk add "${DEPS[@]}" "${EPHEMERAL[@]}"
apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}"
. .gitlab-ci/container/container_pre_build.sh

View File

@@ -18,7 +18,7 @@ DEPS=(
)
apk add "${DEPS[@]}" "${EPHEMERAL[@]}"
apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}"
. .gitlab-ci/container/container_pre_build.sh