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 <sergi.blanch.torne@collabora.com> Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19784>
This commit is contained in:

committed by
Marge Bot

parent
987f9a67e0
commit
d969ac7c02
@@ -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
|
||||
|
Reference in New Issue
Block a user