Module: Mesa Branch: master Commit: f7583bda8f085056ea87672801f948c07b5aec28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7583bda8f085056ea87672801f948c07b5aec28
Author: Boris Brezillon <[email protected]> Date: Tue Sep 22 12:00:18 2020 +0200 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 <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Tomeu Vizoso <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6811> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
