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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
