[pkg-go] Bug#829302: dh-golang: Respect "--parallel" and "--max-parallel" options

2016-07-10 Thread Michael Hudson-Doyle
On 9 July 2016 at 13:32, Dmitry Smirnov wrote: > On Friday, 8 July 2016 3:39:54 PM AEST Michael Hudson-Doyle wrote: >> I haven't tried it properly, but does this not limit the parallelism >> and slow builds by default? > > Yes it does. Parallel build should be explicitly enabled by "--parallel" >

[pkg-go] Bug#829302: dh-golang: Respect "--parallel" and "--max-parallel" options

2016-07-08 Thread Dmitry Smirnov
On Friday, 8 July 2016 3:39:54 PM AEST Michael Hudson-Doyle wrote: > I haven't tried it properly, but does this not limit the parallelism > and slow builds by default? Yes it does. Parallel build should be explicitly enabled by "--parallel" passed to DH. I think we should make this change in order

[pkg-go] Bug#829302: dh-golang: Respect "--parallel" and "--max-parallel" options

2016-07-07 Thread Michael Hudson-Doyle
I haven't tried it properly, but does this not limit the parallelism and slow builds by default? (I don't know how this works and apparently have not got around to reading up on it in the week since the bug was filed, so I'll ask a potentially silly question) On 2 July 2016 at 22:37, Dmitry Smirno

[pkg-go] Bug#829302: dh-golang: Respect "--parallel" and "--max-parallel" options

2016-07-02 Thread Dmitry Smirnov
Package: dh-golang Version: 1.18 Severity: wishlist Tags: patch Currently build is always parallel even in compat <= 9 mode because dh-golang ignores "--parallel" and "--max-parallel" options. Lack of support for parallel options is a practical problem because by default "go build" aggressively