From d68ce7f7ea5fd72d4c333b97c2e76ab4638531fb Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Mon, 14 Nov 2022 11:08:13 -0800 Subject: [PATCH] TOOL-16724 bcc: build fails when using "--parallel" on Delphix buildserver PR URL: https://www.github.com/delphix/bcc/pull/14 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 99a055b4b..e653de6e1 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: ([0-9.]+) UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: ([0-9.]+)(~|-)(.*),\1,p") %: - dh $@ --buildsystem=cmake --parallel --with python3 + dh $@ --buildsystem=cmake --with python3 # tests cannot be run in parallel override_dh_auto_test: