Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-24 23:10:55 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-24 23:10:55 (GMT)
commit5f84386aac98da24363e7d6fa2b37b4e0686fdbd (patch)
tree6beb7a6794d6eecb35c7a76e9d1c16bfd13c031c /config
parentc1613f76159e98ebd449ef557dbb9705bbf55b97 (diff)
Disable some tests
Should speedup the build a little
Diffstat (limited to 'config')
-rw-r--r--config/modules/system-3.4.json6
-rw-r--r--config/modules/system-3.6.json6
2 files changed, 8 insertions, 4 deletions
diff --git a/config/modules/system-3.4.json b/config/modules/system-3.4.json
index 0fd5978..18b4f05 100644
--- a/config/modules/system-3.4.json
+++ b/config/modules/system-3.4.json
@@ -1,9 +1,11 @@
[{ "name": "glib",
"repo": "git://git.gnome.org/glib",
- "branch": "2.34.2" },
+ "branch": "2.34.2",
+ "options": ["--disable-modular-tests"] },
{ "name": "gobject-introspection",
"repo": "git://git.gnome.org/gobject-introspection",
- "branch": "GOBJECT_INTROSPECTION_1_34_1_1" },
+ "branch": "GOBJECT_INTROSPECTION_1_34_1_1",
+ "options": ["--disable-tests"] },
{ "name": "pygobject",
"repo": "git://github.com/dnarvaez/pygobject.git",
"branch": "pygobject-3-4" },
diff --git a/config/modules/system-3.6.json b/config/modules/system-3.6.json
index 41be24f..8b9b6a8 100644
--- a/config/modules/system-3.6.json
+++ b/config/modules/system-3.6.json
@@ -1,9 +1,11 @@
[{ "name": "glib",
"repo": "git://git.gnome.org/glib",
- "branch": "2.34.2" },
+ "branch": "2.34.2",
+ "options": ["--disable-modular-tests"] },
{ "name": "gobject-introspection",
"repo": "git://git.gnome.org/gobject-introspection",
- "branch": "GOBJECT_INTROSPECTION_1_34_1_1" },
+ "branch": "GOBJECT_INTROSPECTION_1_34_1_1",
+ "options": ["--disable-tests"] },
{ "name": "pygobject",
"repo": "git://github.com/dnarvaez/pygobject.git",
"branch": "pygobject-3-4" },