From da45f3f35c6e55fed8483a0d489e92d731660aed Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 26 Mar 2021 08:08:07 -0700 Subject: [PATCH] ci: Enable iris testing in meson-release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should catch any build breaks in release mode. iris was already build tested in debug builds, but not release mode. Suggested by Michel Dänzer. Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1d08840910..77dbd22e94f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -746,7 +746,7 @@ meson-release: -D gallium-nine=false -D gallium-opencl=disabled -D llvm=false - GALLIUM_DRIVERS: "nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12" + GALLIUM_DRIVERS: "iris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12" BUILDTYPE: "release" EXTRA_OPTION: > -D osmesa=true