Skip to content

Commit dbbc383

Browse files
committed
cd
1 parent cf8222a commit dbbc383

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build_conda_python.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ rapids-logger "Begin py build"
2828
sccache --zero-stats
2929

3030
for pkg in ast_canopy numbast{,_extensions}; do
31-
command time -a -o time.txt rapids-conda-retry build "conda/recipes/${pkg}"
31+
command time -ap -o time.txt rapids-conda-retry build "conda/recipes/${pkg}"
3232
done
3333

3434
cat time.txt
3535

3636
sccache --show-adv-stats
3737

3838
echo $HOME
39+
pwd
40+
cd $HOME
3941
ls -la $HOME/
4042
du -shc $(ls -A $HOME)
4143
exit 1

0 commit comments

Comments
 (0)