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



commit 1b6ca0bccf661744879a88319499785cacf7eac4
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 11981dfc..3831e2ff 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]