From: Michel Dänzer Date: Fri, 3 May 2019 09:56:36 +0000 (+0200) Subject: gitlab-ci: Don't install WINE packages X-Git-Tag: upstream/19.3.0~6455 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcf75534ecdfe49b05b9edb00287097b13ec5b02;p=platform%2Fupstream%2Fmesa.git gitlab-ci: Don't install WINE packages They were just making the docker image larger for no benefit at this point. Reviewed-by: Eric Engestrom --- diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 98399c1..67b2190 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -75,9 +75,7 @@ apt-get install -y \ make # for 64bit windows cross-builds -apt-get install -y \ - wine64 \ - mingw-w64 +apt-get install -y mingw-w64 # dependencies where we want a specific version export XORG_RELEASES=https://xorg.freedesktop.org/releases/individual