From 43f6fc5328fe04a5237628c3496f464c84dc1634 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 17 Aug 2024 13:29:19 -0500 Subject: [PATCH] Undo adding function dep fetch. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2108347..e1c04728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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