From 69614e859e6b39df75652bb4266be525d6f5819c Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sat, 8 Jul 2023 18:00:15 +0200 Subject: [PATCH] ci/container: we need to keep the wine inside Needed for testing with wine apitrace. Reviewed-by: Daniel Stone Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/debian/x86_64_test-vk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/debian/x86_64_test-vk.sh b/.gitlab-ci/container/debian/x86_64_test-vk.sh index 0a8b45e6a4a..2b4c4c364f6 100644 --- a/.gitlab-ci/container/debian/x86_64_test-vk.sh +++ b/.gitlab-ci/container/debian/x86_64_test-vk.sh @@ -48,8 +48,6 @@ STABLE_EPHEMERAL=" \ python3-setuptools \ python3-wheel \ software-properties-common \ - wine \ - wine64 \ wine64-tools \ xz-utils \ " @@ -65,6 +63,8 @@ apt-get install -y --no-remove --no-install-recommends \ sysvinit-core \ weston \ xwayland \ + wine \ + wine64 \ xinit \ xserver-xorg-video-amdgpu \ xserver-xorg-video-ati