From 888b41f0ee0cc0f79c299d5a2a9149ae13306c12 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 5 Mar 2020 13:45:56 +0100 Subject: [PATCH] gitlab-ci: remove useless 'patch' package in the VK test image It was copied from the GL test image but it's actually unused. Signed-off-by: Samuel Pitoiset Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci/container/x86_test-vk.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/container/x86_test-vk.sh b/.gitlab-ci/container/x86_test-vk.sh index 9fca28e3b65..08a38d3539a 100644 --- a/.gitlab-ci/container/x86_test-vk.sh +++ b/.gitlab-ci/container/x86_test-vk.sh @@ -58,7 +58,6 @@ apt-get install -y --no-remove \ libxrender-dev \ libxrender1 \ meson \ - patch \ pkg-config \ python \ python3-distutils \ @@ -106,7 +105,6 @@ apt-get purge -y \ libxrandr-dev \ libxrender-dev \ meson \ - patch \ pkg-config apt-get autoremove -y --purge -- 2.30.2