apupier commented on code in PR #8296:
URL: https://github.com/apache/camel-quarkus/pull/8296#discussion_r2803127729


##########
.github/reclaim-disk-space.sh:
##########
@@ -22,12 +22,16 @@ df -h /
 echo "Reclaiming disk space..."
 
 # Unwanted development SDKs
-sudo rm -rf /opt/ghc \
+sudo rm -rf /etc/skel/.rustup \
+     rm -rf /home/packer/.rustup \
+     rm -rf /home/runner/.rustup \
+     rm -rf /opt/ghc \
      rm -rf /opt/hostedtoolcache/CodeQL \
      rm -rf /opt/pipx \
      rm -rf /usr/lib/google-cloud-sdk \
      rm -rf /usr/local/.ghcup \
      rm -rf /usr/local/go \
+     rm -rf /usr/local/julia1.12.4 \

Review Comment:
   maybe we should use rm -rf /usr/local/julia* to be sure that it continue to 
work with newer version of Julia



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