mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
ci/container: we need to keep the wine inside
Needed for testing with wine apitrace. Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24056>
This commit is contained in:
parent
a0ae98f345
commit
69614e859e
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,6 @@ STABLE_EPHEMERAL=" \
|
|||
python3-setuptools \
|
||||
python3-wheel \
|
||||
software-properties-common \
|
||||
wine \
|
||||
wine64 \
|
||||
wine64-tools \
|
||||
xz-utils \
|
||||
"
|
||||
|
|
@ -65,6 +63,8 @@ apt-get install -y --no-remove --no-install-recommends \
|
|||
sysvinit-core \
|
||||
weston \
|
||||
xwayland \
|
||||
wine \
|
||||
wine64 \
|
||||
xinit \
|
||||
xserver-xorg-video-amdgpu \
|
||||
xserver-xorg-video-ati
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue