Skip to content

Commit

Permalink
Clear more disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan committed Oct 16, 2023
1 parent f67a50a commit 3f28249
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/make_wheel_Linux_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ set -e -x

df -h
docker info

# to get more disk space
rm -rf /usr/share/dotnet &
rm -rf "$AGENT_TOOLSDIRECTORY" &
rm -rf /opt/ghc &
rm -rf "/usr/local/share/boost" &
rm -rf /usr/share/dotnet

# Tests are ran as part of make_wheel target
DOCKER_BUILDKIT=1 docker build \
Expand Down

0 comments on commit 3f28249

Please sign in to comment.