Skip to content

Commit

Permalink
[Fix][Docker] Workflow ''push-docker" failed run with error "No space…
Browse files Browse the repository at this point in the history
… left on device" apache#8339
  • Loading branch information
FrommyMind committed Dec 19, 2024
1 parent 1a5feb1 commit dc98ce7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/github/free_disk_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ sudo apt-get remove -y '^mysql-.*'
sudo apt-get remove -y azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri
sudo apt-get autoremove -y
sudo apt-get clean
df -h
echo "Removing large directories"

sudo rm -rf /usr/share/dotnet/
sudo rm -rf /usr/local/graalvm/
Expand All @@ -42,4 +40,8 @@ sudo rm -rf /usr/local/share/powershell
sudo rm -rf /usr/local/share/chromium
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/lib/node_modules
df -h
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
df -h
echo "Removing large directories"

0 comments on commit dc98ce7

Please sign in to comment.