Module: Mesa
Branch: main
Commit: 424941f0e48b541db3e9b665ccbb479070fc4f35
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=424941f0e48b541db3e9b665ccbb479070fc4f35

Author: Thomas H.P. Andersen <[email protected]>
Date:   Wed Dec 22 11:28:46 2021 +0100

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 <[email protected]>
Reviewed-by: Emma Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14289>

---

 .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++
 

Reply via email to