-
-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Add Alpine to CI #50511
Comments
I don't think we should commit to this until numpy tests Alpine in their CI. IIRC, we do have a good chunk of users on Alpine. I think I ran the stats a couple of months back, and they were one of the most common platforms installing from sdist. |
Yea my guess is Alpine will be the container of choice for any deployments of pandas within lambda functions |
Should we open an issue in nummy asking them to add Alpine to their CI? |
Sure that would be awesome @kostyafarber |
@WillAyd numpy have closed the issue so I guess we can start making tracks on this now |
Awesome! |
Happy to assist on this if needed. Pointing towards any resources/instructions would be helpful. |
Awesome! Yea the pandas CI is housed in the .github folder - you might be particularly interested in the Workflows therein to extend or model this after. We need a source image to start from. I don't know if GitHub actions has a musl image to build off of. If not I would see what numpy is using as their foundation, or could also use the alpine image from #50046 |
@WillAyd You can just use the Alpine Linux image, which is the main Linux distribution using musl libc right now. |
Closing as this is completed. |
@lithomas1 @WillAyd do you have any plans for providing |
I think Matt enabled musllinux wheels already for 2.1, but the point about pyarrow not having musllinux is a good point. |
Yup, seems like the relevant CI stuff is already there. I also nudged the issue on the |
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
We have historically had some bug reports come from Alpine users but have never tested that platform in the past. Now that we have an open source Docker account we should be able to create an Alpine image for testing use
Related to #50046
Feature Description
see description
Alternative Solutions
I don't believe GH actions has an alpine image, but if it does that could work too
Additional Context
No response
The text was updated successfully, but these errors were encountered: