Skip to content

Commit

Permalink
TOOL-16724 bcc: build fails when using "--parallel" on Delphix builds…
Browse files Browse the repository at this point in the history
…erver
  • Loading branch information
Prakash Surya committed Nov 14, 2022
1 parent 7aa2829 commit f11e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f11e2a1

Please sign in to comment.