Skip to content

Commit

Permalink
Undo adding function dep fetch.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 17, 2024
1 parent 176332f commit 43f6fc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
cd ..
git clone -b $BOOST_BRANCH --depth 10 https://github.com/boostorg/boost.git boost-root
cd boost-root
git submodule update --init --depth 10 --jobs 2 tools/boostdep libs/functional libs/filesystem tools/inspect
git submodule update --init --depth 10 --jobs 2 tools/boostdep libs/filesystem tools/inspect
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" filesystem
rm -rf libs/$LIBRARY/*
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --include test --git_args "--depth 10 --jobs 3" $LIBRARY
python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 3" filesystem
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY
./bootstrap.sh
./b2 -d0 headers
./b2 variant=debug tools/inspect/build
Expand Down Expand Up @@ -172,8 +172,8 @@ jobs:
git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git boost-root
cd boost-root
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
git submodule update --init --depth 10 --jobs 2 tools/boostdep libs/functional
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --include test --git_args "--jobs 3" %LIBRARY%
git submodule update --init --depth 10 --jobs 2 tools/boostdep
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--jobs 3" %LIBRARY%
cmd /c bootstrap
b2 -d0 headers
Expand Down

0 comments on commit 43f6fc5

Please sign in to comment.