From 6ec815cfd29461edb9d4260497b7e91d18235dd4 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Wed, 16 Dec 2020 14:05:15 -0300 Subject: [PATCH] gitlab-ci: build the iris gallium driver as well For now we will start with iris. Our main focus is to enable the devices to be used in MesaCI. Signed-off-by: Gustavo Padovan 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 6fab0ed0187..b5e6582c7cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -636,7 +636,7 @@ meson-testing: -D platforms=x11 GALLIUM_ST: > -D dri3=enabled - GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink" + GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink,iris" VULKAN_DRIVERS: "swrast,amd" BUILDTYPE: "debugoptimized" EXTRA_OPTION: >