Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3822ed8

Browse files
committed
print disk space info
1 parent 069414a commit 3822ed8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
'^vim.*' \
128128
'python3-breezy' \
129129
&& sudo rm -rf /var/lib/apt/lists/*
130+
df -h /
130131
131132
- name: Show installed packages ordered by size
132133
run: dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr

src/ci/docker/host-x86_64/x86_64-fuchsia/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@ ENV RUST_CONFIGURE_ARGS \
7575
--set target.x86_64-unknown-fuchsia.linker=/usr/local/bin/ld.lld
7676

7777
ENV SCRIPT \
78+
echo "x install" && df -h / \
7879
python3 ../x.py install --target $TARGETS compiler/rustc library/std clippy && \
80+
echo "build fuchsia" && df -h / \
7981
bash ../src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh

0 commit comments

Comments
 (0)