This is an automated email from the ASF dual-hosted git repository.

jarvis pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new dedfb26ad4 [Fix][Docker] Workflow "push-docker" failed run with error 
"No space left on device" (#8339)
dedfb26ad4 is described below

commit dedfb26ad416d42a0201f90f41707fd38300edb9
Author: Daniel Duan <duanfangwei2...@sina.com>
AuthorDate: Fri Dec 20 09:29:37 2024 +0800

    [Fix][Docker] Workflow "push-docker" failed run with error "No space left 
on device" (#8339)
---
 tools/github/free_disk_space.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/github/free_disk_space.sh b/tools/github/free_disk_space.sh
index 7e35be93f3..f9eee621f0 100755
--- a/tools/github/free_disk_space.sh
+++ b/tools/github/free_disk_space.sh
@@ -32,14 +32,17 @@ 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
+echo "Disk space before cleanup:"
 df -h
 echo "Removing large directories"
-
 sudo rm -rf /usr/share/dotnet/
 sudo rm -rf /usr/local/graalvm/
 sudo rm -rf /usr/local/.ghcup/
 sudo rm -rf /usr/local/share/powershell
 sudo rm -rf /usr/local/share/chromium
+sudo rm -rf /usr/local/share/boost
 sudo rm -rf /usr/local/lib/android
 sudo rm -rf /usr/local/lib/node_modules
+sudo rm -rf /opt/hostedtoolcache/CodeQL
+sudo rm -rf /opt/ghc
 df -h
\ No newline at end of file

Reply via email to