summaryrefslogtreecommitdiff
path: root/.gitlab-ci/debian-install.sh
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2019-05-03 11:56:36 +0200
committerMichel Dänzer <michel@daenzer.net>2019-05-08 16:59:02 +0000
commitfcf75534ecdfe49b05b9edb00287097b13ec5b02 (patch)
treecc46f94e797ea830ca4db6a23df9baf9583f2be7 /.gitlab-ci/debian-install.sh
parent82b30094ed48aea32f201f27e8fd98fe826fbe28 (diff)
downloadmesa-fcf75534ecdfe49b05b9edb00287097b13ec5b02.tar.gz
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>
Diffstat (limited to '.gitlab-ci/debian-install.sh')
-rw-r--r--.gitlab-ci/debian-install.sh4
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