This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 2009cc9196 GH-48807: [CI] Clean up space on GitHub runner to fix
manylinux wheel failure (#48790)
2009cc9196 is described below
commit 2009cc9196eeed9243d36a3ea9477c06ae6e9929
Author: Raúl Cumplido <[email protected]>
AuthorDate: Fri Jan 9 23:14:10 2026 +0100
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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/tasks/python-wheels/github.linux.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/tasks/python-wheels/github.linux.yml
b/dev/tasks/python-wheels/github.linux.yml
index 9776a3c588..df5648f9e9 100644
--- a/dev/tasks/python-wheels/github.linux.yml
+++ b/dev/tasks/python-wheels/github.linux.yml
@@ -46,6 +46,7 @@ jobs:
steps:
{{ macros.github_checkout_arrow()|indent }}
+ {{ macros.github_free_space()|indent }}
{{ macros.github_install_archery()|indent }}
{{ macros.github_login_dockerhub()|indent }}