[freeorion] 02/10: Build with a maximum of 2 parallel process to avoid memory exhaustion on

Markus Koschany apo at moszumanska.debian.org
Mon Sep 12 19:34:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository freeorion.

commit c44d4579df041f75a74fbceeded366dfcefecebf
Author: Markus Koschany <apo at debian.org>
Date:   Mon Sep 12 08:29:48 2016 +0200

    Build with a maximum of 2 parallel process to avoid memory exhaustion on
    
    buildds.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 85b025e..e47a98e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),$(WEAK_HOSTS)))
 	MAX  := 1
 	TYPE := MinSizeRel
 else
-	MAX  := 4
+	MAX  := 2
 	TYPE := RelWithDebInfo
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeorion.git



More information about the Pkg-games-commits mailing list