ci: Do not remove wget

Keep wget for reuse by Virgl CI downstream

Signed-off-by: Rohan Garg <rohan.garg@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
[cristian: Fix conflicts while rebasing on latest main]

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14413>
This commit is contained in:
Rohan Garg 2021-11-10 00:55:52 +02:00 committed by Marge Bot
parent 196dbb12fd
commit 217c03ce4b
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,6 @@ STABLE_EPHEMERAL=" \
patch \
pkg-config \
python3-distutils \
wget \
xz-utils \
"
@ -66,7 +65,8 @@ apt-get install -y --no-remove \
python3-renderdoc \
python3-simplejson \
spirv-tools \
sysvinit-core
sysvinit-core \
wget
. .gitlab-ci/container/container_pre_build.sh