Mesa (master): ci: need to install wget in order to download libdrm

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 14 20:20:20 UTC 2020


Module: Mesa
Branch: master
Commit: 96606552da1859d01bf7b6b511785337bf8e3a10
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=96606552da1859d01bf7b6b511785337bf8e3a10

Author: Karol Herbst <kherbst at redhat.com>
Date:   Tue Jul 14 17:49:00 2020 +0200

ci: need to install wget in order to download libdrm

Fixes: dcd171f5e9b ("gitlab-ci: More stable URL for kernel and ramdisk artifacts, for LAVA")
Signed-off-by: Karol Herbst <kherbst at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5906>

---

 .gitlab-ci/container/cross_build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci/container/cross_build.sh b/.gitlab-ci/container/cross_build.sh
index bfbac4f520b..d088abd3f28 100644
--- a/.gitlab-ci/container/cross_build.sh
+++ b/.gitlab-ci/container/cross_build.sh
@@ -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



More information about the mesa-commit mailing list