kszucs commented on a change in pull request #9891:
URL: https://github.com/apache/arrow/pull/9891#discussion_r607818497
##########
File path: ci/scripts/util_cleanup.sh
##########
@@ -30,8 +33,22 @@ if [ $RUNNER_OS = "Linux" ]; then
# remove haskell, consumes 8.6 GB
sudo rm -rf /opt/ghc
+ # 1 GB
+ sudo rm -rf /home/linuxbrew/.linuxbrew
+
+ # 1+ GB
+ sudo rm -rf /opt/hostedtoolcache/CodeQL
+
+ # 1+ GB
+ sudo rm -rf /usr/share/swift
+
+ # 12 GB, but takes a lot of time to delete
+# sudo rm -rf /usr/local/lib/android
Review comment:
Nit, but could you please fix the indentation?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]