jamesnetherton commented on code in PR #8296:
URL: https://github.com/apache/camel-quarkus/pull/8296#discussion_r2803166190
##########
.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:
Yes, good idea. I've made that change in the latest commit.
--
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]