ci: Enable legacy-wayland=bind-wayland-display for debian-arm32 and debian-arm64

Commit 6641c891fd broke CI on arm32 and arm64 with the following error:
  Couldn't open libEGL.so.1: /builds/mesa/mesa/install/lib/libEGL.so.1:
  undefined symbol: wl_fixes_interface

Enabling -D legacy-wayland=bind-wayland-display like the debian-x86_64
build job fixes the affected jobs.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40417>
This commit is contained in:
Valentine Burley 2026-03-13 21:09:15 +01:00 committed by Marge Bot
parent 85021cb5f0
commit 6e12f45342

View file

@ -429,6 +429,8 @@ debian-arm32:
-D precomp-compiler=enabled
-D install-precomp-compiler=true
-D tools=panfrost
GALLIUM_ST:
-D legacy-wayland=bind-wayland-display
S3_ARTIFACT_NAME: mesa-arm32-default-${BUILDTYPE}
# The strip command segfaults, failing to strip the binary and leaving
# tempfiles in our artifacts.
@ -472,6 +474,7 @@ debian-arm64:
-D perfetto=true
GALLIUM_ST:
-D gallium-rusticl=true
-D legacy-wayland=bind-wayland-display
RUN_MESON_TESTS: "false" # run by debian-arm64-build-testing
S3_ARTIFACT_NAME: mesa-arm64-default-${BUILDTYPE}