Bug#965215: dune-common: please lower parallel builds

Gianfranco Costamagna locutusofborg at debian.org
Fri Jul 17 19:03:25 BST 2020


Source: dune-common
Version: 2.7.0-5
Severity: normal
tags: patch

Hello, dune-common is FTBFS in Ubuntu and on systems where there is not enough ram, because of OOM killer.

Can you please consider adding --max-parallel=3 to dh invocation?

People might want to rebuild on their system without having to swap during the build process.

BTW if you don't want to do it in Debian, can you please consider doing something like this?
+ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
+    DEB_BUILD_OPTIONS=parallel=3
+endif

thanks!

Gianfranco



More information about the debian-science-maintainers mailing list