You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/07/13 14:47:00 UTC

[arrow] branch master updated: ARROW-2830: [deb] Enable parallel build again

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ee8ed7  ARROW-2830: [deb] Enable parallel build again
5ee8ed7 is described below

commit 5ee8ed77a86eb00274a6f9616d3e319b4c937b0e
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Fri Jul 13 16:46:54 2018 +0200

    ARROW-2830: [deb] Enable parallel build again
    
    7a413fe029d0295b6eef8069331e1fda44195e42 was a broker of this.
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #2251 from kou/deb-use-parallel-build-again and squashes the following commits:
    
    2e190f61 <Kouhei Sutou>  Enable parallel build again
---
 dev/tasks/linux-packages/debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/linux-packages/debian/rules b/dev/tasks/linux-packages/debian/rules
index 955e9e2..956ef2d 100755
--- a/dev/tasks/linux-packages/debian/rules
+++ b/dev/tasks/linux-packages/debian/rules
@@ -11,7 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS=reproducible=-timeless
 BUILD_TYPE=release
 
 %:
-	dh $@ --with gir,autoreconf --no-parallel
+	dh $@ --with gir,autoreconf
 
 override_dh_autoreconf:
 	dh_autoreconf \