]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove limits on parallel tasks in the Go command for iOS
authorElias Naur <elias.naur@gmail.com>
Thu, 24 Mar 2016 19:45:54 +0000 (20:45 +0100)
committerElias Naur <elias.naur@gmail.com>
Fri, 25 Mar 2016 01:09:28 +0000 (01:09 +0000)
commitba333a3061726b75a8e18fb542f4a43abd1d9999
treecad6545f17a27ca22c26da6d20a549a22d902a09
parent95add73abf50dedec79b58ce4c58664eccfcca4d
cmd/go: remove limits on parallel tasks in the Go command for iOS

Ther darwin/arm{,64} exec wrapper now limits the number of concurrent
executions to 1, so remove the higher level parallel task limit from
the Go command.

Change-Id: Id84f65c3908305bde0452b3c8db6df8c5a8881bb
Reviewed-on: https://go-review.googlesource.com/21100
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/build.go