mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
82b30094ed
commit
fcf75534ec
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue