This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new fd5d78aed0 Attempt to reclaim more disk space from GitHub actions
runners
fd5d78aed0 is described below
commit fd5d78aed09ec0f59c010fa03331b75b7dc9d61c
Author: James Netherton <[email protected]>
AuthorDate: Fri Feb 13 08:16:51 2026 +0000
Attempt to reclaim more disk space from GitHub actions runners
---
.github/reclaim-disk-space.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/reclaim-disk-space.sh b/.github/reclaim-disk-space.sh
index 60e9a6cdad..14c74cc4a0 100755
--- a/.github/reclaim-disk-space.sh
+++ b/.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/julia* \
rm -rf /usr/local/lib/android \
rm -rf /usr/local/lib/node_modules/parcel \
rm -rf /usr/local/share/boost \