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:
@@ -45,7 +45,6 @@ STABLE_EPHEMERAL=" \
|
|||||||
patch \
|
patch \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
wget \
|
|
||||||
xz-utils \
|
xz-utils \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -66,7 +65,8 @@ apt-get install -y --no-remove \
|
|||||||
python3-renderdoc \
|
python3-renderdoc \
|
||||||
python3-simplejson \
|
python3-simplejson \
|
||||||
spirv-tools \
|
spirv-tools \
|
||||||
sysvinit-core
|
sysvinit-core \
|
||||||
|
wget
|
||||||
|
|
||||||
|
|
||||||
. .gitlab-ci/container/container_pre_build.sh
|
. .gitlab-ci/container/container_pre_build.sh
|
||||||
|
Reference in New Issue
Block a user