diff options
author | Michel Dänzer <[email protected]> | 2019-05-03 11:56:36 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-05-08 16:59:02 +0000 |
commit | fcf75534ecdfe49b05b9edb00287097b13ec5b02 (patch) | |
tree | cc46f94e797ea830ca4db6a23df9baf9583f2be7 /.gitlab-ci | |
parent | 82b30094ed48aea32f201f27e8fd98fe826fbe28 (diff) |
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 <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/debian-install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 98399c1a942..67b2190a010 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 |