From 0a9898410b69c2d712fbb37ce3a1e63c9c34c38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Wed, 16 Aug 2023 12:12:02 +0200 Subject: [PATCH] GH-37197: [Java][CI][Packaging] Free some disk space on the java-jars GitHub job (#37198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change The java-jars job was failing on the maintenance branch for the release due to disk out of space. ### What changes are included in this PR? Add a step to do some cleanup for the job. ### Are these changes tested? Yes, I tested it on the maintenance branch having the job successfully run and via crossbow. ### Are there any user-facing changes? No * Closes: #37197 Authored-by: Raúl Cumplido Signed-off-by: Raúl Cumplido --- dev/tasks/java-jars/github.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tasks/java-jars/github.yml b/dev/tasks/java-jars/github.yml index 59a8edb69e6e4..59af19e24d0af 100644 --- a/dev/tasks/java-jars/github.yml +++ b/dev/tasks/java-jars/github.yml @@ -26,6 +26,7 @@ jobs: runs-on: ubuntu-latest steps: {{ macros.github_checkout_arrow()|indent }} + {{ macros.github_free_space()|indent }} {{ macros.github_install_archery()|indent }} - name: Build C++ libraries env: