From 217c03ce4bbcd6ff6cd269cd13263873c8756383 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Wed, 10 Nov 2021 00:55:52 +0200 Subject: [PATCH] ci: Do not remove wget Keep wget for reuse by Virgl CI downstream Signed-off-by: Rohan Garg Reviewed-by: Emma Anholt [cristian: Fix conflicts while rebasing on latest main] Signed-off-by: Cristian Ciocaltea Reviewed-by: Tomeu Vizoso Part-of: --- .gitlab-ci/container/debian/x86_test-gl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/debian/x86_test-gl.sh b/.gitlab-ci/container/debian/x86_test-gl.sh index ad9e6045264..f958c301656 100644 --- a/.gitlab-ci/container/debian/x86_test-gl.sh +++ b/.gitlab-ci/container/debian/x86_test-gl.sh @@ -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