Revert "TT#23584 Force parallel building on jenkins"

It is unnecessary as '--parallel' should be the default with debhelper compat 10+

Thank you, Michael Prokop and Guillem Jover for noticing and pointing!

This reverts commit 937e2379ff.

Change-Id: I0aea58004e7b87966b642ccc993106b3c9594cc0
changes/82/28582/2
Alexander Lutay 8 years ago
parent 937e2379ff
commit 9a0a826598

2
debian/rules vendored

@ -20,7 +20,7 @@ export SYSTEM_SAMPLECLOCK_RATE=48000LL
export USE_THREADPOOL=yes
%:
dh $@ --parallel
dh $@
override_dh_auto_build:
$(MAKE) \

Loading…
Cancel
Save