From d969ac7c02f8ac82d3aacb22670236862402c90c Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Wed, 16 Nov 2022 15:56:08 +0100 Subject: [PATCH] ci: don't remove wget from the packages of debian/x86_test-vk The 'wget' package was in the list of ephemeral packages used only during the build. 'Wget' installation comes from the build for the 'x86_build-base', and the inclusion on this list only affects its purge. Jobs that use this image, like 'venus-lavapipe' in 'virglrenderer', cannot use it as other GL jobs can. So, please don't consider this package ephemeral when it comes from the upper layer builder. This 'wget' package is a known dependency on a job that uses this image. So, even if this package is installed in the base image, it is good to have it explicitly mentioned in the packages to install. Signed-off-by: Sergi Blanch Torne Reviewed-by: David Heidelberg Part-of: --- .gitlab-ci/container/debian/x86_test-vk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/debian/x86_test-vk.sh b/.gitlab-ci/container/debian/x86_test-vk.sh index 1b55af81c7b..836368864a9 100644 --- a/.gitlab-ci/container/debian/x86_test-vk.sh +++ b/.gitlab-ci/container/debian/x86_test-vk.sh @@ -45,7 +45,6 @@ STABLE_EPHEMERAL=" \ python3-setuptools \ python3-wheel \ software-properties-common \ - wget \ wine64-tools \ xz-utils \ " @@ -57,6 +56,7 @@ apt-get install -y --no-remove --no-install-recommends \ pciutils \ python3-lxml \ python3-simplejson \ + wget \ xinit \ xserver-xorg-video-amdgpu \ xserver-xorg-video-ati