ci/debian-ppc64el: don't build AMD drivers due to having only LLVM 15

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33211>
This commit is contained in:
Marek Olšák 2025-01-29 18:11:20 -05:00 committed by Marge Bot
parent 82047fa82f
commit e621bafa9a

View file

@ -881,8 +881,8 @@ debian-ppc64el:
variables:
BUILDTYPE: debug
CROSS: ppc64el
GALLIUM_DRIVERS: "nouveau,radeonsi,llvmpipe,softpipe,virgl,zink"
VULKAN_DRIVERS: "amd,swrast"
GALLIUM_DRIVERS: "nouveau,llvmpipe,softpipe,virgl,zink"
VULKAN_DRIVERS: "swrast"
DRI_LOADERS:
-D glvnd=disabled