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 <eric@engestrom.ch> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4166> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4166>
This commit is contained in:
committed by
Michel Dänzer
parent
106bf59ca9
commit
a0591863db
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user