projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b3009
)
gitlab-ci: Don't install WINE packages
author
Michel Dänzer
<michel.daenzer@amd.com>
Fri, 3 May 2019 09:56:36 +0000
(11:56 +0200)
committer
Michel 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci/debian-install.sh
b/.gitlab-ci/debian-install.sh
index 98399c1a94298c4b10d3a2b4f72d2c02a7634a99..67b2190a0105509ae16e517cf098c7d02dc29a4a 100644
(file)
--- 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