You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git 2.8.0 added the --jobs param to fetch submodules in parallel. E.g. git submodule -q update --init --jobs 3 libs/config libs/headers libs/../tools/boost_install libs/../tools/build libs/../tools/cmake
Would be great if boostdep had an option to auto-use that when possible. Checking the git version in Bash is a bit cumbersome and using --git_args "--jobs 3" is leading to errors for older git versions
The text was updated successfully, but these errors were encountered:
Git 2.8.0 added the
--jobs
param to fetch submodules in parallel. E.g.git submodule -q update --init --jobs 3 libs/config libs/headers libs/../tools/boost_install libs/../tools/build libs/../tools/cmake
Would be great if boostdep had an option to auto-use that when possible. Checking the git version in Bash is a bit cumbersome and using
--git_args "--jobs 3"
is leading to errors for older git versionsThe text was updated successfully, but these errors were encountered: