From cde83062adebedf3e493fda3587cf714ad75f31d Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 11 Aug 2025 12:08:05 +0200 Subject: [PATCH] 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 Reviewed-by: Valentine Burley Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 0ffebb3934b..ca5e6ef93d4 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -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: