aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2020-03-12 12:31:05 +0100
committerMichel Dänzer <[email protected]>2020-03-17 11:21:45 +0100
commita0591863db891fd39bdbae199f740b0d4b5f0173 (patch)
tree40df7f0444a097633281c12bc4e6ff607f00433a /.gitlab-ci.yml
parent106bf59ca903bd58c0bd2a9c5eff6b4180df0b24 (diff)
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 <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4166> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4166>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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