FrommyMind commented on code in PR #8339:
URL: https://github.com/apache/seatunnel/pull/8339#discussion_r1891412604


##########
.github/workflows/publish-docker.yaml:
##########
@@ -42,6 +42,19 @@ jobs:
           submodules: true
       - name: free disk space
         run: tools/github/free_disk_space.sh
+      - name: Free More Disk Space
+        run: |
+          echo "Disk space before cleanup:"
+          df -h
+          sudo rm -rf /usr/local/.ghcup
+          sudo rm -rf /opt/hostedtoolcache/CodeQL
+          sudo rm -rf /usr/local/lib/android/sdk/ndk
+          sudo rm -rf /usr/share/dotnet
+          sudo rm -rf /opt/ghc
+          sudo rm -rf /usr/local/share/boost
+          sudo apt-get clean
+          echo "Disk space after cleanup:"

Review Comment:
   ok



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to