Skip to content

Commit a916e51

Browse files
committed
wip
Signed-off-by: Larry Gritz <[email protected]>
1 parent 1e46354 commit a916e51

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/build-scripts/gh-installdeps.bash

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
set -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
229227
fi
230228

231229
df -h .
230+
df -h /host/root || true
232231

233232
# Save the env for use by other stages
234233
src/build-scripts/save-env.bash

0 commit comments

Comments
 (0)