[med-svn] [Git][med-team/seqan2][debian/experimental] Stop building in parallel
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Mon Aug 5 13:03:21 BST 2024
Michael R. Crusoe pushed to branch debian/experimental at Debian Med / seqan2
Commits:
a446de3d by Michael R. Crusoe at 2024-08-05T14:01:14+02:00
Stop building in parallel
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -5,6 +5,7 @@ seqan2 (2.5.0~rc1+dfsg-1) UNRELEASED; urgency=medium
Rely on pre-initialized dpkg-architecture variables.
* d/patches: many patches upstreamed and removed.
* d/rules: remove max build limit for amd64 from 2018.
+ * Stop building in parallel
-- Michael R. Crusoe <crusoe at debian.org> Sat, 03 Aug 2024 13:24:50 +0200
=====================================
debian/rules
=====================================
@@ -27,12 +27,8 @@ endif
export DEB_CFLAGS_MAINT_APPEND+=-O3
export DEB_CXXFLAGS_MAINT_APPEND+=-DNDEBUG -O3
-MAX_PARALLEL=""
-# Disable or limit parallel building on some build archs to save memory
-ifneq (,$(filter armel armhf mips mipsel sh4 kfreebsd% powerpcspe,$(DEB_BUILD_ARCH)))
- MAX_PARALLEL=--max-parallel=1
-endif
-
+# Disable parallel building to save memory
+MAX_PARALLEL=--max-parallel=1
pkgapps=seqan-apps
pkgdev=libseqan2-dev
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/a446de3db4410ca8de564d3cece5195b157cb850
--
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/a446de3db4410ca8de564d3cece5195b157cb850
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240805/aede7e98/attachment-0001.htm>
More information about the debian-med-commit
mailing list