ci: drop unused ephemeral packages in alpine image
authorEric Engestrom <eric@igalia.com>
Wed, 4 Oct 2023 12:15:07 +0000 (13:15 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 6 Oct 2023 10:09:31 +0000 (10:09 +0000)
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>

.gitlab-ci/container/alpine/x86_64_build.sh
.gitlab-ci/image-tags.yml

index 3bca61a..eb7470d 100644 (file)
@@ -9,15 +9,6 @@ set -e
 set -o xtrace
 
 EPHEMERAL=(
-    autoconf
-    automake
-    bzip2
-    libtool
-    libepoxy-dev
-    libtbb-dev
-    make
-    openssl-dev
-    unzip
 )
 
 
index d6bbd74..fe3ffa7 100644 (file)
@@ -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"