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: