Skip to content

Commit 8ab3c49

Browse files
committed
debug
1 parent f29a975 commit 8ab3c49

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

ci/build_conda_python.sh

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,15 @@ rapids-logger "Begin py build"
2727

2828
sccache --zero-stats
2929

30-
rapids-conda-retry build conda/recipes/ast_canopy
31-
rapids-conda-retry build conda/recipes/numbast
32-
rapids-conda-retry build conda/recipes/numbast_extensions
30+
for pkg in ast_canopy numbast{,_extensions}; do
31+
command time -a -o time.txt rapids-conda-retry build "conda/recipes/${pkg}"
32+
done
33+
34+
cat time.txt
3335

3436
sccache --show-adv-stats
37+
38+
echo $HOME
39+
ls -la $HOME/
40+
du -shc $(ls -A $HOME)
41+
exit 1

0 commit comments

Comments
 (0)