summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@collabora.com>2020-09-22 12:00:18 +0200
committerBoris Brezillon <boris.brezillon@collabora.com>2020-09-25 09:08:34 +0200
commitf7583bda8f085056ea87672801f948c07b5aec28 (patch)
tree3753a43a15afc8378507e2b0d95b7dc135026a5a /.gitlab-ci.yml
parent1dd4505bc1e7cd59119f2a3c092eed847092d611 (diff)
ci: Extend meson-clang coverage by compiling all gallium drivers
Some compile-time regressions go unnoticed because not all gallium drivers are compiled as part of the meson-clang job. Let's pass an explicit list of drivers to compile instead of setting GALLIUM_DRIVERS to "auto" to increase CI coverage. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6811>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 119d99dfe89..2af0ee88ab1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -745,7 +745,7 @@ meson-clang:
DRI_LOADERS: >
-D glvnd=true
DRI_DRIVERS: "auto"
- GALLIUM_DRIVERS: "auto"
+ GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swr,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra"
VULKAN_DRIVERS: intel,amd,freedreno
CC: "ccache clang-9"
CXX: "ccache clang++-9"