shreemaan-abhishek commented on code in PR #11081: URL: https://github.com/apache/apisix/pull/11081#discussion_r1540382407
########## ci/free_disk_space.sh: ########## @@ -25,7 +25,24 @@ echo "========================================================================== echo "Freeing up disk space on CI system" echo "==============================================================================" +echo "Initial disk usage:" df -h -echo "Removing unnecessary large directories" -sudo rm -rf /usr/local/lib/android /usr/share/dotnet /usr/share/swift + +echo "Removing large directories and runtimes..." +sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc /usr/local/.ghcup Review Comment: why did you remove `/usr/share/swift`? -- 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]
