[gnome-initial-setup/wip/port-to-gtk4: 16/17] ci: Remove --fatal-meson-warnings




commit 8e9fa7987329fa06503d31009eb0d865005a2d44
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Jul 25 12:44:35 2022 -0300

    ci: Remove --fatal-meson-warnings
    
    Some subprojects like geocode-glib may trigger warnings, and we don't
    want them to block our own work. Of course, these projects should be
    eventually adjusted, but until then, let's temporarily disable Meson
    warnings being treated as fatal errors.

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ac61b36..3a99e3ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,6 @@ build.container.arch@x86_64:
         ${OPTIONS}
         -Dwerror=true -Dc_args=-Wno-error=deprecated-declarations
         ${EXTRA_PARAMETERS}
-        --fatal-meson-warnings
         _build
         .
     - cd _build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]