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:

committed by
Marge Bot

parent
3669ca159f
commit
35c7b5e159
@@ -46,7 +46,7 @@ DEPS=(
|
|||||||
wayland-protocols
|
wayland-protocols
|
||||||
)
|
)
|
||||||
|
|
||||||
apk add "${DEPS[@]}" "${EPHEMERAL[@]}"
|
apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}"
|
||||||
|
|
||||||
. .gitlab-ci/container/container_pre_build.sh
|
. .gitlab-ci/container/container_pre_build.sh
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ DEPS=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
apk add "${DEPS[@]}" "${EPHEMERAL[@]}"
|
apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}"
|
||||||
|
|
||||||
. .gitlab-ci/container/container_pre_build.sh
|
. .gitlab-ci/container/container_pre_build.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user