summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas H.P. Andersen <phomes@gmail.com>2021-12-22 11:28:46 +0100
committerThomas H.P. Andersen <phomes@gmail.com>2021-12-23 17:08:29 +0100
commit424941f0e48b541db3e9b665ccbb479070fc4f35 (patch)
treef19372aaa84f1aa6c626bd4808afbc2c87a89727
parent08f7d37fb97712e377f0b788be99bd10f899fa79 (diff)
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 <alyssa.rosenzweig@collabora.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14289>
-rw-r--r--.gitlab-ci.yml4
1 files 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++