From 103196bbe0b16a8bcf510fc45d4aefe97b99c5d7 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Wed, 29 Jan 2020 23:50:27 +0100 Subject: [PATCH] Reduce parallel jobs on armhf/el buildd are running out of memory. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5a7a45e4..b593e234 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ CXXFLAGS+=$(CPPFLAGS) BUILD_DOC = $(if $(shell dh_listpackages | grep libpcl-doc),-DWITH_DOCS=ON) -ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel)) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel armhf armel)) PARALLEL=--max-parallel=2 else PARALLEL= -- 2.30.2