1
0
forked from boostorg/core

Use more git fetch jobs to speed up clones.

This commit is contained in:
Andrey Semashev
2021-07-02 19:19:48 +03:00
parent c55a20dff2
commit f563d50d42

View File

@ -150,6 +150,7 @@ jobs:
- name: Setup Boost
run: |
GIT_FETCH_JOBS=8
echo GITHUB_REPOSITORY: $GITHUB_REPOSITORY
LIBRARY=${GITHUB_REPOSITORY#*/}
echo LIBRARY: $LIBRARY
@ -166,7 +167,7 @@ jobs:
cd boost-root
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
python tools/boostdep/depinst/depinst.py --git_args "--jobs $GIT_FETCH_JOBS" $LIBRARY
./bootstrap.sh
./b2 -d0 headers