File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 apt-archives-${{ matrix.ARCH }}-
115115 - name : Install required packages
116116 run : |
117+ du -sh /var/cache/apt/archives
117118 apt update
118119 apt install -y jq gh unzip curl gettext
119120 - name : Add Rapids tools
@@ -141,6 +142,8 @@ jobs:
141142 - name : Update conda and install conda build
142143 run : |
143144 set -x
145+ ls -lh /opt/conda
146+ du -sh /opt/conda/pkgs
144147 # Is update really needed?
145148 rapids-mamba-retry update --all -y -n base
146149 conda install -y conda-build
Original file line number Diff line number Diff line change @@ -33,5 +33,6 @@ rapids-conda-retry build conda/recipes/numbast_extensions
3333
3434sccache --show-adv-stats
3535
36+ cd $HOME
3637find $( ls -A $HOME ) -type f
3738du -shc $( ls -A $HOME )
You can’t perform that action at this time.
0 commit comments