ci/android: Build zink for arm64 as well
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

We'd like to use zink on both x86_64 and arm64 on Android, so add it to
the build targets.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38572>
This commit is contained in:
Valentine Burley 2025-11-21 10:50:43 +01:00
parent b10369631e
commit d2ebe7719c

View file

@ -392,7 +392,7 @@ debian-android:
- git clean -dxf .
# aarch64 build:
- export CROSS=aarch64-linux-android
- export GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d
- export GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d,zink
- export VULKAN_DRIVERS=freedreno,broadcom,panfrost,virtio
- export S3_ARTIFACT_NAME=mesa-arm64-android-${BUILDTYPE}
- !reference [.meson-build-for-tests, script]