From e621bafa9ab63ddb9f3904095bd12a41b1a28302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Wed, 29 Jan 2025 18:11:20 -0500 Subject: [PATCH] ci/debian-ppc64el: don't build AMD drivers due to having only LLVM 15 Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 46f6a41b110..12c2e93f8e7 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -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