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:
Eric Engestrom
2023-10-04 13:15:07 +01:00
committed by Marge Bot
parent 81bc09bf97
commit 2d3ab674ee
2 changed files with 1 additions and 10 deletions

View File

@@ -9,15 +9,6 @@ set -e
set -o xtrace
EPHEMERAL=(
autoconf
automake
bzip2
libtool
libepoxy-dev
libtbb-dev
make
openssl-dev
unzip
)