Mesa (master): ci: Make sure that osmesa stays warnings-clean in release builds.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 10 18:54:25 UTC 2020


Module: Mesa
Branch: master
Commit: e11513b74090c4d8d48c952c3d4c4b4402de1e3c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e11513b74090c4d8d48c952c3d4c4b4402de1e3c

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Dec  2 17:10:27 2020 -0800

ci: Make sure that osmesa stays warnings-clean in release builds.

Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1243>

---

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bdcb6a1cb1..ac1a4515267 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -672,10 +672,10 @@ meson-release:
       -D gallium-nine=false
       -D gallium-opencl=disabled
       -D llvm=false
-    GALLIUM_DRIVERS: "nouveau,kmsro,freedreno,r300,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink"
+    GALLIUM_DRIVERS: "nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink"
     BUILDTYPE: "release"
     EXTRA_OPTION: >
-      -D osmesa=false
+      -D osmesa=true
       -D tools=all
       -D werror=true
   script:



More information about the mesa-commit mailing list