[gnome-continuous] manifest: disable Werror for gnome-desktop



commit fac2aff963e1787de43c4b0be339b727d75e1958
Author: Ernestas Kulik <ernestask gnome org>
Date:   Mon Feb 12 19:44:45 2018 +0200

    manifest: disable Werror for gnome-desktop
    
    This reverts commit 626a2ee7d45f897286453fd785ee396911ac8c33.
    
    GCC has some pretty annoying warnings.

 manifest.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 1040c80..f848180 100644
--- a/manifest.json
+++ b/manifest.json
@@ -724,7 +724,8 @@
                {"src": "gnome:gnome-desktop",
                 "config-opts": [
                                "--disable-desktop-docs",
-                               "--enable-installed-tests"]},
+                               "--enable-installed-tests",
+                               "--disable-Werror"]},
 
                {"src": "linuxwacom:xf86-input-wacom.git",
                 "patches": ["libwacom-autogen.patch"]},


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