Loading
pkgdep/git: Don't install sources in parallel
As stated in a66c52fd this is racy and also masks out all potential failures since wait() will not indicate if all processes succeded or failed, it will return only with exit status from the last process it handled. Change-Id: I9e2b5d01ac8f951082e0b28eeae5455ecd0c8e74 Signed-off-by:Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4680 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>