Skip to content

Commit

Permalink
GH-35946: [CI][Packaging] Free up more disk space for Linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jun 6, 2023
1 parent f5a5729 commit 021ec59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/linux-packages/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/go || :
# 489MB
sudo rm -rf /opt/hostedtoolcache/PyPy || :
# 1.2GB
sudo rm -rf /opt/hostedtoolcache/Python || :
# 376MB
sudo rm -rf /opt/hostedtoolcache/node || :
df -h
Expand Down

0 comments on commit 021ec59

Please sign in to comment.