From 424941f0e48b541db3e9b665ccbb479070fc4f35 Mon Sep 17 00:00:00 2001 From: "Thomas H.P. Andersen" Date: Wed, 22 Dec 2021 11:28:46 +0100 Subject: [PATCH] ci: debian-clang: build more drivers Add gallium drivers: i915 + asahi Add vulkan drivers: swrast + panfrost These can now compile with the current no-error list Reviewed-by: Alyssa Rosenzweig Reviewed-by: Emma Anholt Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcf5a2d17a1..2478e82dacf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1039,8 +1039,8 @@ debian-clang: -Wno-error=unused-private-field DRI_LOADERS: > -D glvnd=true - GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus" - VULKAN_DRIVERS: intel,amd,freedreno,broadcom,virtio-experimental + GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus,i915,asahi" + VULKAN_DRIVERS: intel,amd,freedreno,broadcom,virtio-experimental,swrast,panfrost CC: clang CXX: clang++