pan/decode: Add missing wrap modes
[mesa.git] / .gitlab-ci / container / x86_test-vk.sh
index 670f9e2b0b1e4ec7425d4371e34f734a859e333c..4f8f306ee9fa275bddf4f6956101e8c93f92df5c 100644 (file)
@@ -10,7 +10,6 @@ STABLE_EPHEMERAL=" \
       ccache \
       cmake \
       g++ \
-      gcc \
       libgbm-dev \
       libgles2-mesa-dev \
       liblz4-dev \
@@ -28,16 +27,10 @@ STABLE_EPHEMERAL=" \
       wget \
       "
 
-TESTING_EPHEMERAL=" \
-      libc6-dev \
-      "
-
-apt-get update
-
 apt-get install -y --no-remove \
       $STABLE_EPHEMERAL
 
-        # We need multiarch for Wine
+# We need multiarch for Wine
 dpkg --add-architecture i386
 
 apt-get update
@@ -47,10 +40,6 @@ apt-get install -y --no-remove \
       wine32 \
       wine64
 
-# Install packages we need from Debian testing last, to avoid pulling in more
-apt-get install -y -t testing \
-      $TESTING_EPHEMERAL
-
 
 ############### Set up Wine env variables
 
@@ -137,7 +126,6 @@ wine \
 ccache --show-stats
 
 apt-get purge -y \
-      $STABLE_EPHEMERAL \
-      $TESTING_EPHEMERAL
+      $STABLE_EPHEMERAL
 
 apt-get autoremove -y --purge