ci: Remove non-Proton Wine
We previously only had two traces (one for Raven, one for lavapipe) running via Wine. To support this, the Vulkan container had Debian's full Wine installation, one from DXVK, and then a third from Proton which is used by the b2c jobs. At 600MB each, this was pretty unsustainable. Remove everything but the Proton ones. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31595>
This commit is contained in:
@@ -114,6 +114,7 @@ directories=(
|
||||
/usr/lib/*/libdb-5.3.so # libdb-5.3.so that is only used by this pam module ^
|
||||
/usr/lib/*/libnss_hesiod* # remove NSS support for nis, nisplus and hesiod
|
||||
/usr/lib/*/libnss_nis*
|
||||
/usr/lib/*/wine # don't need Wine's implementation, using Proton instead
|
||||
)
|
||||
|
||||
for directory in "${directories[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user