3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/go-modules/generic
Luca Bruno 75ed15e174 goPackages: disable parallel builds
It breaks cascadia tests. If a process terminates before wait,
the PID is non-existant and wait fails.
Using & and wait in bash is just broken and shouldn't be used.
We shall probably use GNU parallel for this job.

cc @wkennington
2015-08-26 12:11:27 +02:00
..
default.nix goPackages: disable parallel builds 2015-08-26 12:11:27 +02:00