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 cad6124cf9 Free more disk space on GitHub actions runners
cad6124cf9 is described below

commit cad6124cf906d957d3bdb6d3ea44b9a1172a3c15
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Feb 15 13:04:20 2024 +0000

    Free more disk space on GitHub actions runners
---
 .github/reclaim-disk-space.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/reclaim-disk-space.sh b/.github/reclaim-disk-space.sh
index a1010b7197..d475e8e650 100755
--- a/.github/reclaim-disk-space.sh
+++ b/.github/reclaim-disk-space.sh
@@ -23,11 +23,17 @@ echo "Reclaiming disk space..."
 
 # Unwanted development SDKs
 sudo 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/lib/android \
+     rm -rf /usr/local/lib/node_modules \
      rm -rf /usr/local/share/boost \
+     rm -rf /usr/local/share/powershell \
      rm -rf /usr/share/dotnet \
+     rm -rf /usr/share/miniconda \
      rm -rf /usr/share/rust \
      rm -rf /usr/share/swift
 

Reply via email to