Module: Mesa Branch: main Commit: 423f9d1bb0f506fa5e68d050d2c60e3fd41c788c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=423f9d1bb0f506fa5e68d050d2c60e3fd41c788c
Author: Eric Engestrom <[email protected]> Date: Wed Dec 20 21:52:35 2023 +0000 ci: add nvk to the clang build Would have prevented https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26772 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26781> --- .gitlab-ci/build/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 91a52e9aa75..ed4d0bffb89 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -517,7 +517,7 @@ debian-clang: -D opencl-spirv=true -D shared-glapi=enabled 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,swrast,panfrost,imagination-experimental,microsoft-experimental + VULKAN_DRIVERS: intel,amd,freedreno,broadcom,virtio,swrast,panfrost,imagination-experimental,microsoft-experimental,nouveau-experimental EXTRA_OPTION: -D spirv-to-dxil=true -D osmesa=true
