gitlab-ci: Don't install WINE packages
authorMichel Dänzer <michel.daenzer@amd.com>
Fri, 3 May 2019 09:56:36 +0000 (11:56 +0200)
committerMichel Dänzer <michel@daenzer.net>
Wed, 8 May 2019 16:59:02 +0000 (16:59 +0000)
They were just making the docker image larger for no benefit at this
point.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci/debian-install.sh

index 98399c1..67b2190 100644 (file)
@@ -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