From c3b25dd3572ad8f9f5f8a084d3665ddb63423aba Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 25 Jul 2024 16:18:21 +0200 Subject: [PATCH] ci: remove llvmpipe in the job that disables llvm Instead of removing it from all the arm build jobs and only adding it back on arm64. Fixes: 35cb0c350e6e682d9746 ("ci: replace gallium-drivers=swrast with gallium-drivers=llvmpipe,softpipe") Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 3c257a09549..283bd1de5c6 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -433,7 +433,7 @@ debian-android: - debian/arm64_build variables: VULKAN_DRIVERS: freedreno,broadcom - GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,softpipe,tegra,v3d,vc4,zink" + GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,llvmpipe,softpipe,tegra,v3d,vc4,zink" BUILDTYPE: "debugoptimized" tags: - aarch64 @@ -446,6 +446,8 @@ debian-arm32: CROSS: armhf DRI_LOADERS: -D glvnd=disabled + # remove llvmpipe from the .meson-arm list because here we have llvm=disabled + GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,softpipe,tegra,v3d,vc4,zink" EXTRA_OPTION: > -D llvm=disabled -D valgrind=disabled @@ -480,7 +482,6 @@ debian-arm64: C_ARGS: > -Wno-error=array-bounds -Wno-error=stringop-truncation - GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,llvmpipe,softpipe,tegra,v3d,vc4,zink" VULKAN_DRIVERS: "freedreno,broadcom,panfrost,imagination-experimental" DRI_LOADERS: -D glvnd=disabled