Uh oh!
There was an error while loading. Please reload this page.
GH-18036: [Packaging][Python] Add support for musllinux_1_2 - #40177
GH-18036: [Packaging][Python] Add support for musllinux_1_2#40177kvanzuijlen wants to merge 2 commits into
Conversation
kvanzuijlen
commented
Feb 21, 2024
@kou I'm running |
kou
commented
Feb 21, 2024
How much memory did you use? |
I increased the max amount to 10gb, so I'm starting to think it's not actually a memory issue, but it's the only thing I can find when googling the error. I'll try some more troubleshooting steps (like running the build interactively to inspect the environment after the error). |
kou
commented
Feb 22, 2024
Could you share your logs? |
kvanzuijlen
commented
Feb 22, 2024
Of course! |
kou
commented
Feb 22, 2024
Could you disable |
kvanzuijlen
commented
Feb 22, 2024
Running now! Will let you know the result when it's finished |
kvanzuijlen
commented
Feb 22, 2024
It got a little further and now times out git status: |
kou
commented
Feb 22, 2024
If you run the |
kvanzuijlen
commented
Feb 22, 2024
Yes. Not sure if it's because not everything has ran yet (I just started the Docker container using |
kou
commented
Feb 22, 2024
You can run the same configured container by |
It runs fine when I run it manually. |
Thank you for your contribution. Unfortunately, this pull request has been marked as stale because it has had no activity in the past 365 days. Please remove the stale label or comment below, or this PR will be closed in 14 days. Feel free to re-open this if it has been closed in error. If you do not have repository permissions to reopen the PR, please tag a maintainer. |
kou
commented
Nov 19, 2025
Done by #45470. |
Rationale for this change
This change adds pre-building of musllinux wheels, which can be installed on Alpine Linux
What changes are included in this PR?
I'm only using musllinux_1_2 since I couldn't get musllinux_1_1 to work (and can't say for sure if it's even needed)
Are these changes tested?
TBA
Are there any user-facing changes?
Wheels will be added for musllinux