Skip to content
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

Build Linux aarch64 wheel #443

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Conversation

gokselk
Copy link
Contributor

@gokselk gokselk commented Aug 1, 2023

Which issue does this PR close?

Closes #426.

Rationale for this change

As a user on a Linux aarch64 (ARM64) system, I have faced challenges when trying to install DataFusion from pip. Currently, the pre-built wheel is only available for x86_64 architecture on Linux, leaving ARM-based systems unsupported. To address this issue and enhance the usability of DataFusion in ARM environments, I propose the inclusion of a pre-built DataFusion wheel specifically for Linux aarch64.

What changes are included in this PR?

This PR includes the addition of a pre-built DataFusion wheel for Linux aarch64 (ARM64) architecture, making it easier for users to install DataFusion on ARM-based systems without the need to build it from source.

Are there any user-facing changes?

No, there are no user-facing changes in this PR. The introduction of the pre-built wheel is meant to simplify the installation process for Linux aarch64 users without affecting the overall user experience.

@gokselk gokselk marked this pull request as draft August 2, 2023 22:21
@gokselk gokselk marked this pull request as ready for review August 2, 2023 22:29
Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @gokselk !

@andygrove andygrove merged commit 92ca34b into apache:main Aug 3, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitHub Workflow should build DataFusion wheel for Linux aarch64
2 participants