mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-20 03:20:33 +01:00
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:
parent
cbbcc765d7
commit
b6fb0fff3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue