From: Karol Herbst Date: Tue, 14 Jul 2020 15:49:00 +0000 (+0200) Subject: ci: need to install wget in order to download libdrm X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96606552da1859d01bf7b6b511785337bf8e3a10;p=mesa.git 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 Part-of: --- 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