File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 99set -ex
1010
1111# Make extra space on the runners
12- if [[ -e /host/root ]] ; then
13- df -h .
14- : ${CRUFT_TO_REMOVE:= " /host/root/usr/share/dotnet /host/root/usr/local/lib/android /host/root/usr/local/.ghcup" }
15- time rm -rf $CRUFT_TO_REMOVE &
16- sleep 3
17- # rather than block, delete in background, but give it a few secs to start
18- # clearing things out before moving on.
19- fi
12+ df -h .
13+ time rm -rf /usr/local/lib/android /host/root/usr/local/lib/android &
14+ sleep 3
15+ # rather than block, delete in background, but give it a few secs to start
16+ # clearing things out before moving on.
17+ # Other candidates, if we need it: /usr/share/dotnet /usr/local/.ghcup
2018
2119
2220#
@@ -229,6 +227,7 @@ if [[ "$USE_ICC" != "" ]] ; then
229227fi
230228
231229df -h .
230+ df -h /host/root || true
232231
233232# Save the env for use by other stages
234233src/build-scripts/save-env.bash
You can’t perform that action at this time.
0 commit comments