[med-svn] [Git][med-team/pplacer][master] Fix race condition - Just set to one core build
Shayan Doust
gitlab at salsa.debian.org
Sun Jun 21 22:07:18 BST 2020
Shayan Doust pushed to branch master at Debian Med / pplacer
Commits:
975065e9 by Shayan Doust at 2020-06-21T22:06:55+01:00
Fix race condition - Just set to one core build
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -20,6 +20,10 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with=ocaml
+override_dh_auto_build:
+ # Fix race condition (fails due to multiple mkdirs)
+ make -j 1
+
### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/commit/975065e94b8db41a8eabecefdc894e55d62ab59a
--
View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/commit/975065e94b8db41a8eabecefdc894e55d62ab59a
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/20200621/1dab87cd/attachment.html>
More information about the debian-med-commit
mailing list