From 4460bb8af6c1404879b79188d9ca2d77540c5dc4 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 28 Nov 2024 10:24:44 +0100 Subject: [PATCH] DEBUG --- ci/common_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/common_install.sh b/ci/common_install.sh index d36bd305..98bd842f 100644 --- a/ci/common_install.sh +++ b/ci/common_install.sh @@ -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