This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to tag debian/2.4.0+dfsg-3 in repository seqan2.
commit fa67ffc245c460569096aa32789cd8172c95d926 Author: Michael R. Crusoe <[email protected]> Date: Thu Feb 8 03:56:03 2018 -0800 mips{,el} max parallel⇒1, AMD64⇒2 --- debian/changelog | 7 +++++++ debian/rules | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e843269..8cfd785 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +seqan2 (2.4.0+dfsg-3) unstable; urgency=medium + + * Remove parallel building form mips{,el} + * AMD64 is freezing up on the builders, drop max parallel builds to 2 + + -- Michael R. Crusoe <[email protected]> Thu, 08 Feb 2018 03:56:41 -0800 + seqan2 (2.4.0+dfsg-2) unstable; urgency=medium * Drop mips{,el} down to 2 max parallel builds. diff --git a/debian/rules b/debian/rules index ef6fcff..b4ee6ad 100755 --- a/debian/rules +++ b/debian/rules @@ -25,12 +25,10 @@ ifneq (,$(filter mips mipsel mips64el,$(DEB_BUILD_ARCH))) endif MAX_PARALLEL="" # Disable or limit parallel building on some build archs to save memory -ifneq (,$(filter armel armhf sh4 kfreebsd% powerpcspe,$(DEB_BUILD_ARCH))) +ifneq (,$(filter armel armhf mips mipsel sh4 kfreebsd% powerpcspe,$(DEB_BUILD_ARCH))) MAX_PARALLEL=--max-parallel=1 -else ifneq (,$(filter mips mipsel,$(DEB_BUILD_ARCH))) - MAX_PARALLEL=--max-parallel=2 else ifneq (,$(filter amd64,$(DEB_BUILD_ARCH))) - MAX_PARALLEL=--max-parallel=3 + MAX_PARALLEL=--max-parallel=2 endif # ifneq (,$(filter mips64el ppc64el s390x alpha hppa powerpc ppc64 sparc64,$(DEB_HOST_ARCH))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
