summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-11-21 13:47:51 +0100
committerGard Spreemann <gspr@nonempty.org>2019-11-21 13:47:51 +0100
commit7ffd95f5e34fdcf93cfbba58ca9464e128f68869 (patch)
treead153ae3cec40c80d7d4d4f583f62c70fd17c067 /debian/rules
parentaaad564dfcf1c7fd28c34689e4944bce00d8583f (diff)
Disable parallel builds.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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.