Skip to content

Commit 3e04de4

Browse files
committed
Use "depinst.py -C" option to detect circular references
1 parent bad90ed commit 3e04de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ jobs:
525525
fi
526526
if [ "$GIT_HAS_JOBS" -ne 0 ]
527527
then
528-
DEPINST_ARGS+=("--git_args" "--jobs $GIT_FETCH_JOBS")
528+
DEPINST_ARGS+=("-C" "--git_args" "--jobs $GIT_FETCH_JOBS")
529529
fi
530530
mkdir -p snapshot
531531
cd snapshot
@@ -657,7 +657,7 @@ jobs:
657657
move /Y "..\snapshot\%LIBRARY%-%GITHUB_SHA%" "libs\%LIBRARY%"
658658
rmdir /s /q "..\snapshot"
659659
git submodule update --init tools/boostdep
660-
python tools/boostdep/depinst/depinst.py --git_args "--jobs %GIT_FETCH_JOBS%" %LIBRARY%
660+
python tools/boostdep/depinst/depinst.py -C --git_args "--jobs %GIT_FETCH_JOBS%" %LIBRARY%
661661
cmd /c bootstrap
662662
b2 -d0 headers
663663

0 commit comments

Comments
 (0)