Skip to content

Commit

Permalink
apacheGH-37197: [Java][CI][Packaging] Free some disk space on the jav…
Browse files Browse the repository at this point in the history
…a-jars GitHub job (apache#37198)

### 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: apache#37197

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
raulcd authored and loicalleyne committed Nov 13, 2023
1 parent ca10803 commit 79f903f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
archery_arch_short: "arm64"
steps:
{{ macros.github_checkout_arrow()|indent }}
{{ macros.github_free_space()|indent }}
{{ macros.github_install_archery()|indent }}
- name: Build C++ libraries
env:
Expand Down

0 comments on commit 79f903f

Please sign in to comment.