aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-04-28 10:55:52 +0200
committerOliver Smith <osmith@sysmocom.de>2023-04-28 10:55:52 +0200
commit312f964ed22428a999a6dde923af81bcffe8f668 (patch)
tree6ef5f020e28ccdc3104698e02e289f254aed51c7
parentf75863f235b11b5f31c5f71ea56728abad9c7365 (diff)
debian/rules: don't build in parallel
With upgrading the debhelper compat level to v10, parallel building was enabled by default. But this doesn't work reliably with libusrp, so disable it. On OBS, out of 18 builds, two failed. Related: OS#3970 Change-Id: Ic23778320a44ec6ee2fef499216eb8a0c52603d2
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c00c435..3ad8a03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DH_VERBOSE=1
+# --no-parallel: OS#3970
%:
- dh $@ --with autoreconf --fail-missing
+ dh $@ --with autoreconf --fail-missing --no-parallel
override_dh_auto_configure:
dh_auto_configure -- --enable-doxygen