gitlab-ci: Use Debian 10 wine-development packages
They're version 4.2, new enough for the MinGW job tests to pass. Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5296>
This commit is contained in:
committed by
Eric Anholt
parent
262e3885a2
commit
c964be0cd7
@@ -83,6 +83,9 @@ apt-get install -y --no-remove \
|
||||
python3-requests \
|
||||
qemu-user \
|
||||
scons \
|
||||
wine-development \
|
||||
wine32-development \
|
||||
wine64-development \
|
||||
x11proto-dri2-dev \
|
||||
x11proto-gl-dev \
|
||||
x11proto-randr-dev \
|
||||
@@ -128,10 +131,7 @@ apt-get install -y -t testing \
|
||||
|
||||
apt-get install -y --no-remove -t testing \
|
||||
g++-mingw-w64-x86-64-win32 \
|
||||
libz-mingw-w64-dev \
|
||||
wine \
|
||||
wine32 \
|
||||
wine64
|
||||
libz-mingw-w64-dev
|
||||
|
||||
|
||||
. .gitlab-ci/container/container_pre_build.sh
|
||||
|
||||
Reference in New Issue
Block a user