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 <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34180>
This commit is contained in:
committed by
Marge Bot
parent
cbbcc765d7
commit
b6fb0fff3f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user