From: Michel Dänzer Date: Thu, 12 Mar 2020 11:31:05 +0000 (+0100) Subject: gitlab-ci: Enable more Gallium drivers in meson-i386 job X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0591863db891fd39bdbae199f740b0d4b5f0173;p=mesa.git gitlab-ci: Enable more Gallium drivers in meson-i386 job These are the ones which can be enabled with the current x86_build docker image and which build without warnings. Reviewed-by: Eric Engestrom Tested-by: Marge Bot Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c89b5cdb269..66ba660e85d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -476,7 +476,7 @@ meson-i386: variables: CROSS: i386 VULKAN_DRIVERS: intel,amd - GALLIUM_DRIVERS: "iris" + GALLIUM_DRIVERS: "iris,r300,radeonsi,swrast,virgl" EXTRA_OPTION: > -D vulkan-overlay-layer=true -D werror=true