ci: drop unused ephemeral packages in alpine image
There's nothing between installing these packages and removing them that uses them, so let's just drop them. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25546>
This commit is contained in:

committed by
Marge Bot

parent
81bc09bf97
commit
2d3ab674ee
@@ -9,15 +9,6 @@ set -e
|
||||
set -o xtrace
|
||||
|
||||
EPHEMERAL=(
|
||||
autoconf
|
||||
automake
|
||||
bzip2
|
||||
libtool
|
||||
libepoxy-dev
|
||||
libtbb-dev
|
||||
make
|
||||
openssl-dev
|
||||
unzip
|
||||
)
|
||||
|
||||
|
||||
|
@@ -25,7 +25,7 @@ variables:
|
||||
DEBIAN_X86_64_TEST_GL_TAG: "2023-09-18-deqp"
|
||||
DEBIAN_X86_64_TEST_VK_TAG: "2023-09-18-deqp"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "2023-08-04-shader-db"
|
||||
ALPINE_X86_64_BUILD_TAG: "2023-10-04-ephemeral"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"
|
||||
FEDORA_X86_64_BUILD_TAG: "2023-08-04-shader-db"
|
||||
KERNEL_ROOTFS_TAG: "2023-09-18-deqp"
|
||||
|
Reference in New Issue
Block a user