mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
ci/android: enable cross-building nvk and panvk for Android
Enable cross-building nvk and panvk for Android to make it easier to spot build regressions. NOTE: nvk is built only for x86_64, and panvk is built only for aarch64. Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36710>
This commit is contained in:
parent
289913547c
commit
cde83062ad
1 changed files with 2 additions and 2 deletions
|
|
@ -388,7 +388,7 @@ debian-android:
|
|||
# x86_64 build:
|
||||
- export CROSS=x86_64-linux-android
|
||||
- export GALLIUM_DRIVERS=iris,radeonsi,softpipe,virgl,zink
|
||||
- export VULKAN_DRIVERS=amd,intel,swrast,virtio
|
||||
- export VULKAN_DRIVERS=amd,intel,nouveau,swrast,virtio
|
||||
- .gitlab-ci/create-llvm-meson-wrap-file.sh
|
||||
- !reference [.meson-build-for-tests, script]
|
||||
# remove all the files created by the previous build before the next build
|
||||
|
|
@ -399,7 +399,7 @@ debian-android:
|
|||
# artifacts are not shipped in mesa-x86_64-android-${BUILDTYPE}
|
||||
- export CROSS=aarch64-linux-android
|
||||
- export GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d
|
||||
- export VULKAN_DRIVERS=freedreno,broadcom,virtio
|
||||
- export VULKAN_DRIVERS=freedreno,broadcom,panfrost,virtio
|
||||
- !reference [.meson-build-only, script]
|
||||
|
||||
.meson-cross:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue