mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Use more git fetch jobs to speed up clones.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -150,6 +150,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Boost
|
- name: Setup Boost
|
||||||
run: |
|
run: |
|
||||||
|
GIT_FETCH_JOBS=8
|
||||||
echo GITHUB_REPOSITORY: $GITHUB_REPOSITORY
|
echo GITHUB_REPOSITORY: $GITHUB_REPOSITORY
|
||||||
LIBRARY=${GITHUB_REPOSITORY#*/}
|
LIBRARY=${GITHUB_REPOSITORY#*/}
|
||||||
echo LIBRARY: $LIBRARY
|
echo LIBRARY: $LIBRARY
|
||||||
@ -166,7 +167,7 @@ jobs:
|
|||||||
cd boost-root
|
cd boost-root
|
||||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||||
git submodule update --init tools/boostdep
|
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
|
./bootstrap.sh
|
||||||
./b2 -d0 headers
|
./b2 -d0 headers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user