From d7f429ccc1ddf76832958c47e6968dae2c870f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Fri, 27 Jan 2023 14:29:32 +0200 Subject: [PATCH] ci/debian/x86_test-vk: drop an outdated dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was used by the tracing jobs, which we are not running on Mesa anymore. Reviewed-by: David Heidelberg Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/container/debian/x86_test-vk.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci/container/debian/x86_test-vk.sh b/.gitlab-ci/container/debian/x86_test-vk.sh index c88e75178f3..42b90a3a911 100644 --- a/.gitlab-ci/container/debian/x86_test-vk.sh +++ b/.gitlab-ci/container/debian/x86_test-vk.sh @@ -66,10 +66,6 @@ apt-key add .gitlab-ci/container/debian/winehq.gpg.key apt-add-repository https://dl.winehq.org/wine-builds/debian/ apt-get update -q -# Needed for Valve's tracing jobs to collect information about the graphics -# hardware on the test devices. -pip3 install gfxinfo-mupuf==0.0.9 - # workaround wine needing 32-bit # https://bugs.winehq.org/show_bug.cgi?id=53393 apt-get install -y --no-remove wine-stable-amd64 # a requirement for wine-stable