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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to