From fcf75534ecdfe49b05b9edb00287097b13ec5b02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Fri, 3 May 2019 11:56:36 +0200 Subject: [PATCH] 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 --- .gitlab-ci/debian-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.7.4