[jhbuild] Don't build gitg in parallel



commit 159ea4bdb4950247b0683a4411f6473d8d7632ef
Author: Adam Dingle <adam yorba org>
Date:   Wed May 8 11:18:23 2013 -0400

    Don't build gitg in parallel
    
    Don't build gitg in parallel since that will fail (see https://bugzilla.gnome.org/show_bug.cgi?id=699199) 
.

 modulesets/gnome-world-3.10.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-world-3.10.modules b/modulesets/gnome-world-3.10.modules
index eb4273c..9bb91ba 100644
--- a/modulesets/gnome-world-3.10.modules
+++ b/modulesets/gnome-world-3.10.modules
@@ -439,7 +439,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="gitg">
+  <autotools id="gitg" makeargs="-j 1">
     <branch/>
     <dependencies>
       <dep package="gtk+"/>


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