From f5235a5b73116ee285bb7f3d50bb5ad4e1269a11 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Sun, 8 Mar 2020 01:30:45 +0200 Subject: [PATCH] gitlab-ci: Remove unneeded python3-pilkit dependency It was added with tracie, but it doesn't depend on it. Signed-off-by: Andres Gomez Reviewed-by: Eric Engestrom Reviewed-by: Samuel Pitoiset --- .gitlab-ci.yml | 2 +- .gitlab-ci/container/x86_test-gl.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba4b9c6d40e..5cd8a31804c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/.gitlab-ci/container/x86_test-gl.sh b/.gitlab-ci/container/x86_test-gl.sh index a359c0cf2e6..b56eaa3aba7 100644 --- a/.gitlab-ci/container/x86_test-gl.sh +++ b/.gitlab-ci/container/x86_test-gl.sh @@ -66,7 +66,6 @@ apt-get install -y --no-remove \ python3-mako \ python3-numpy \ python3-pil \ - python3-pilkit \ python3-six \ python3-yaml \ qt5-default \ -- 2.30.2