[med-svn] [Git][med-team/bart][master] 2 commits: turn off parallel make

Martin Uecker (@uecker-guest) gitlab at salsa.debian.org
Fri Dec 31 10:24:42 GMT 2021



Martin Uecker pushed to branch master at Debian Med / bart


Commits:
3090062d by Martin Uecker at 2021-12-31T10:33:52+01:00
turn off parallel make

- - - - -
c00660d8 by Martin Uecker at 2021-12-31T10:35:43+01:00
arm unit tests on s390x

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bart (0.7.00-3) UNRELEASED; urgency=medium
+
+  * Turn off parallel build for determinism.
+  * Arm the unit tests on s390x.
+
+ -- Martin Uecker <martin.uecker at med.uni-goettingen.de>  Fri, 31 Dec 2021 10:31:15 +0100
+
 bart (0.7.00-2) unstable; urgency=medium
 
   * Fix cross-builds by reverting patch for deterministic archives.


=====================================
debian/rules
=====================================
@@ -7,13 +7,17 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 # set installation prefix
 export PREFIX=/usr/
 
+# turn of parallel builds here to make build deterministic
+export PARALLEL=1
+export PARALLEL_NJOBS=1
+
 # Some tests fail on the following architectures probably
 # due to minor differences in floating point processing.
 # For now, just turn it off...
 NOTEST_ARCHS=armel armhf mips mipsel hurd-i386 kfreebsd-i386 m68k powerpcspe sh4
 
 # For this architesture the test will be run but it will pass in any case even when errors occure
-PRINT_ERRORS_WHEN_TESTING=i386 s390x
+PRINT_ERRORS_WHEN_TESTING=i386
 
 %:
 	dh $@



View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/3f680ac585d190ed83cf2dced9096eaa8a6a6a35...c00660d8b0cc9cc6ad2dbed3df4f93c629ad3ab2

-- 
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/3f680ac585d190ed83cf2dced9096eaa8a6a6a35...c00660d8b0cc9cc6ad2dbed3df4f93c629ad3ab2
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/20211231/6019c99c/attachment.htm>


More information about the debian-med-commit mailing list