Skip to content

Commit dfa7ceb

Browse files
committed
debug
1 parent 681a281 commit dfa7ceb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/conda-python-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ci/build_conda_python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ rapids-conda-retry build conda/recipes/numbast_extensions
3333

3434
sccache --show-adv-stats
3535

36+
cd $HOME
3637
find $(ls -A $HOME) -type f
3738
du -shc $(ls -A $HOME)

0 commit comments

Comments
 (0)