Mesa (main): ci: Enable testing of i915g in the the debian -Werror release build.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 13 23:55:44 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Tue Jul 13 11:25:19 2021 -0700

ci: Enable testing of i915g in the the debian -Werror release build.

Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11852>

---

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79222f9f515..1c07f5cf214 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -793,7 +793,7 @@ debian-release:
       -D gallium-nine=false
       -D gallium-opencl=disabled
       -D llvm=false
-    GALLIUM_DRIVERS: "iris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,crocus"
+    GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,crocus"
     BUILDTYPE: "release"
     EXTRA_OPTION: >
       -D osmesa=true



More information about the mesa-commit mailing list