From 7ffd95f5e34fdcf93cfbba58ca9464e128f68869 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 21 Nov 2019 13:47:51 +0100 Subject: Disable parallel builds. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c10ca7fa..182165f3 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ PY3VERS:=$(shell py3versions -vs) DEFAULT_PY3VER=$(shell py3versions -vd) REMAINING_PY3VERS:=$(filter-out $(DEFAULT_PY3VER), $(PY3VERS)) -DHFLAGS+=--buildsystem=cmake +DHFLAGS+=--buildsystem=cmake --no-parallel # The buildds run out of memory on some architectures. On those, we # force non-parallel building. -- cgit v1.2.3