projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ad9f5
)
Reduce parallel jobs on armhf/el
author
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Wed, 29 Jan 2020 22:50:27 +0000
(23:50 +0100)
committer
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Wed, 29 Jan 2020 22:50:27 +0000
(23:50 +0100)
buildd are running out of memory.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 5a7a45e4baf929c2e403aa94c7286c7e89e36e76..b593e23441143aa57a6c2c8b13752b9a2338b95b 100755
(executable)
--- 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=