ci: need to install wget in order to download libdrm
authorKarol Herbst <kherbst@redhat.com>
Tue, 14 Jul 2020 15:49:00 +0000 (17:49 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 14 Jul 2020 19:59:12 +0000 (19:59 +0000)
Fixes: dcd171f5e9b ("gitlab-ci: More stable URL for kernel and ramdisk artifacts, for LAVA")
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5906>

.gitlab-ci/container/cross_build.sh

index bfbac4f520bb00a096bd8204aea758ed7a75e964..d088abd3f28ec6e4f6b42411627b8034079952bd 100644 (file)
@@ -20,7 +20,8 @@ apt-get install -y --no-remove \
         libexpat1-dev:$arch \
         libffi-dev:$arch \
         libstdc++6:$arch \
-        libtinfo-dev:$arch
+        libtinfo-dev:$arch \
+        wget
 
 if [[ $arch == "armhf" ]]; then
         LLVM=llvm-7-dev