Skip to content

Build Linux aarch64 wheel#443

Merged
andygrove merged 2 commits into
apache:mainfrom
gokselk:linux-aarch64-build
Aug 3, 2023
Merged

Build Linux aarch64 wheel#443
andygrove merged 2 commits into
apache:mainfrom
gokselk:linux-aarch64-build

Conversation

@gokselk
Copy link
Copy Markdown
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
Copy Markdown
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 !

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