[gnome-continuous] manifest: Disable -Werror for gnome-photos



commit f58022b74857419d3b10d81572e3cb06efd0d09d
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Jul 24 12:21:48 2018 +0200

    manifest: Disable -Werror for gnome-photos
    
    The use of AX_COMPILER_FLAGS makes it imperative to disable -Werror for
    global CD/CI and nightly builds. Failing the build for actual errors is
    good for catching actual problems, but promoting every warning
    (including deprecations and stylistic issues) to an error is not.

 manifest.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/manifest.json b/manifest.json
index 187bbd3..912729a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1345,7 +1345,8 @@
 
                {"src": "gnome:gnome-photos.git",
                  "name": "gnome-photos",
-                "config-opts": ["--enable-installed-tests"]},
+                "config-opts": ["--disable-Werror",
+                                "--enable-installed-tests"]},
 
                {"src": "gnome:d-feet.git",
                  "name": "d-feet",


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