Mesa (master): gitlab-ci: do not build with debugoptimized for meson-main

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 21 09:06:20 UTC 2019


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Tue Nov 19 12:25:36 2019 +0100

gitlab-ci: do not build with debugoptimized for meson-main

This should reduce compile time because optimizations are costly.

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

---

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e50bb4a3d57..a4e9177c202 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,7 +254,6 @@ meson-main:
     EXTRA_OPTION: >
       -D osmesa=gallium
       -D tools=all
-    BUILDTYPE: "debugoptimized"
   script:
     - .gitlab-ci/meson-build.sh
     - .gitlab-ci/run-shader-db.sh




More information about the mesa-commit mailing list