[gnome-initial-setup/wip/port-to-gtk4: 23/23] CI: Remove --fatal-meson-warnings




commit f670864d86a63905cd29db8766ff0721c97fa975
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 a5b844a7..2ec8831d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,7 +87,6 @@ build.container.fedora@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]