mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 12:20:10 +01:00
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:
parent
b10369631e
commit
d2ebe7719c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue