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 <eric.engestrom@intel.com>
This commit is contained in:
Michel Dänzer 2019-05-03 11:56:36 +02:00 committed by Michel Dänzer
parent 82b30094ed
commit fcf75534ec

View 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