gitlab-ci: Remove unneeded python3-pilkit dependency
authorAndres Gomez <tanty@igalia.com>
Sat, 7 Mar 2020 23:30:45 +0000 (01:30 +0200)
committerAndres Gomez <tanty@igalia.com>
Wed, 11 Mar 2020 14:17:05 +0000 (16:17 +0200)
It was added with tracie, but it doesn't depend on it.

Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
.gitlab-ci.yml
.gitlab-ci/container/x86_test-gl.sh

index ba4b9c6d40ef6a8832b85ee97ab0191fb5421304..5cd8a31804cea1183bce67689c7e83b5848e54c8 100644 (file)
@@ -133,7 +133,7 @@ x86_build:
 x86_test-gl:
   extends: x86_build
   variables:
-    DEBIAN_TAG: &x86_test-gl "2020-02-14"
+    DEBIAN_TAG: &x86_test-gl "2020-03-11"
 
 # Debian 10 based x86 test image for VK
 x86_test-vk:
index a359c0cf2e6f0f3504469195b69da9b88df025a7..b56eaa3aba785df7467e7fd89e3ab60cd7cb8095 100644 (file)
@@ -66,7 +66,6 @@ apt-get install -y --no-remove \
       python3-mako \
       python3-numpy \
       python3-pil \
-      python3-pilkit \
       python3-six \
       python3-yaml \
       qt5-default \