Skip to content

Commit

Permalink
GH-37197: [Java][CI][Packaging] Free some disk space on the java-jars…
Browse files Browse the repository at this point in the history
… GitHub job (#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: #37197

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
raulcd committed Aug 16, 2023
1 parent 73660ff commit 0a98984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/java-jars/github.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 0a98984

Please sign in to comment.