File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/ci/docker/host-x86_64/x86_64-fuchsia Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -75,5 +75,7 @@ ENV RUST_CONFIGURE_ARGS \
7575 --set target.x86_64-unknown-fuchsia.linker=/usr/local/bin/ld.lld
7676
7777ENV 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
You can’t perform that action at this time.
0 commit comments