ci/alpine: keep the curl inside the image

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20272>
This commit is contained in:
David Heidelberg 2023-02-25 18:15:07 +01:00 committed by Marge Bot
parent aeb68c29b4
commit 6f0fcb0a0c
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,6 @@ EPHEMERAL="
automake
bzip2
cmake
curl
git
libtool
libepoxy-dev
@ -26,6 +25,7 @@ apk add \
bison \
ccache \
clang-dev \
curl \
flex \
gcc \
g++ \

View file

@ -19,7 +19,7 @@ variables:
DEBIAN_X86_TEST_GL_TAG: "2023-02-17-deqp-build"
DEBIAN_X86_TEST_VK_TAG: "2023-02-20-uprev-vkd3d-proton"
ALPINE_X86_BUILD_TAG: "2023-01-20-all-in-1"
ALPINE_X86_BUILD_TAG: "2023-02-25-keep-the-curl"
FEDORA_X86_BUILD_TAG: "2023-02-09-f36"
KERNEL_ROOTFS_TAG: "2023-02-23-virglrenderer"