ci/android: Build zink for arm64 as well
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user