Skip to content

Commit 2009cc9

Browse files
authored
GH-48807: [CI] Clean up space on GitHub runner to fix manylinux wheel failure (#48790)
### Rationale for this change The `wheel-manylinux-2-28-cp312-cp312-amd64` performs the `almalinux-8` wheels verification and it fails with out of space: `At least 746MB more space needed on the / filesystem.` ### What changes are included in this PR? Use our existing `github_free_space` macro to clean space on the runner. ### Are these changes tested? Yes, via archery. I've validated the failure happened on the PR without the change and was solved with the clean up. ### Are there any user-facing changes? No * GitHub Issue: #48807 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent c43a2f0 commit 2009cc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev/tasks/python-wheels/github.linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

4747
steps:
4848
{{ macros.github_checkout_arrow()|indent }}
49+
{{ macros.github_free_space()|indent }}
4950
{{ macros.github_install_archery()|indent }}
5051
{{ macros.github_login_dockerhub()|indent }}
5152

0 commit comments

Comments
 (0)