From 5cd5b0c2dfd155fce79333eea4349b4f037a0539 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 3 Feb 2021 16:25:48 +0100 Subject: debian/rules: Don't build/run unit tests parallely. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 35891d0..3082a13 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ dobuild-%: override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: - dh_auto_test --builddirectory=builddir/$* + dh_auto_test --no-parallel --builddirectory=builddir/$* override_dh_auto_install: $(FLAVORS:%=doinstall-%) -- cgit v1.2.3