Module: Mesa Branch: main Commit: 35c7b5e159444b8226f59b5250001e85417102ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35c7b5e159444b8226f59b5250001e85417102ee
Author: David Heidelberg <david.heidelb...@collabora.com> Date: Thu Oct 26 18:40:11 2023 +0200 ci/alpine: do not store apk cache Signed-off-by: David Heidelberg <david.heidelb...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25843> --- .gitlab-ci/container/alpine/x86_64_build.sh | 2 +- .gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/alpine/x86_64_build.sh b/.gitlab-ci/container/alpine/x86_64_build.sh index eb7470d5722..24fd792232e 100644 --- a/.gitlab-ci/container/alpine/x86_64_build.sh +++ b/.gitlab-ci/container/alpine/x86_64_build.sh @@ -46,7 +46,7 @@ DEPS=( wayland-protocols ) -apk add "${DEPS[@]}" "${EPHEMERAL[@]}" +apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}" . .gitlab-ci/container/container_pre_build.sh diff --git a/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh b/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh index 5561a563f33..585e30323c4 100644 --- a/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh +++ b/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh @@ -18,7 +18,7 @@ DEPS=( ) -apk add "${DEPS[@]}" "${EPHEMERAL[@]}" +apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}" . .gitlab-ci/container/container_pre_build.sh