Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Nov 28, 2024
1 parent 9c33cc2 commit 4460bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/common_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ if [[ -n "$GIT_FETCH_JOBS" ]]; then
DEPINST_ARGS+=("--git_args" "--jobs $GIT_FETCH_JOBS")
fi

$pythonexecutable tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools "${DEPINST_ARGS[@]}" $DEPINST $SELF
ls libs/*/
time $pythonexecutable tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools "${DEPINST_ARGS[@]}" $DEPINST $SELF

# Deduce B2_TOOLSET if unset from B2_COMPILER
if [ -z "$B2_TOOLSET" ] && [ -n "$B2_COMPILER" ]; then
Expand Down

0 comments on commit 4460bb8

Please sign in to comment.