gitlab-ci: build swr in meson-main
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 19 Nov 2019 13:36:02 +0000 (14:36 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 21 Nov 2019 08:35:05 +0000 (09:35 +0100)
Now that debugoptimized isn't set and that all test jobs depend on
meson-testing, enabling swr shouldn't slowdown the CI.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
.gitlab-ci.yml

index a4e9177c202d1af76e46ef0743b7652f6aa88397..4f742d430b9631d9d6b7ed0bbd74b7ddc7a8aba6 100644 (file)
@@ -249,7 +249,7 @@ meson-main:
       -D gallium-xa=true
       -D gallium-nine=true
       -D gallium-opencl=disabled
-    GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink"
+    GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swr,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink"
     LLVM_VERSION: "7"
     EXTRA_OPTION: >
       -D osmesa=gallium
@@ -329,7 +329,7 @@ meson-swr-glvnd:
       -D gallium-xa=false
       -D gallium-nine=false
       -D gallium-opencl=disabled
-    GALLIUM_DRIVERS: "swr,iris"
+    GALLIUM_DRIVERS: "iris"
     LLVM_VERSION: "6.0"
 
 meson-clang: