From b6fb0fff3f2df69d47d2ff61b15fd8edbc3c88a1 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 25 Mar 2025 16:56:29 +0100 Subject: [PATCH] ci/android: Temporarily disable building llvmpipe Due to the driver's size being inflated by the embedded LLVM, and uploading to S3 currently being slow, disable building llvmpipe for Android. This is meant as a temporary workaround until we can do this more efficiently. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index fa4731ad519..4d45bde2ccd 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -430,7 +430,7 @@ debian-android: # Can't do AMD drivers because they require LLVM, which is currently # problematic in our Android builds. - export CROSS=x86_64-linux-android - - export GALLIUM_DRIVERS=iris,virgl,zink,softpipe,llvmpipe,swrast + - export GALLIUM_DRIVERS=iris,virgl,zink,softpipe - export VULKAN_DRIVERS=intel,virtio,swrast - .gitlab-ci/create-llvm-meson-wrap-file.sh - *meson-build