Hisoka-X commented on code in PR #8339:
URL: https://github.com/apache/seatunnel/pull/8339#discussion_r1891302445


##########
.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:
   How about move this shell script into 
https://github.com/apache/seatunnel/blob/353bbd21a1d242378a9dc7b420843e4745bdb5a7/tools/github/free_disk_space.sh#L23?
 So all workflow can benefit.



-- 
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