-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Packaging] Installation of "libarrow-flight-dev" package fails on Debian/Ubuntu arm64 platform #33934
Comments
|
I missed the original PR where we removed that, posting for reference: #14300 @kou we have now self-hosted arm64 runners on crossbow using the same kubernetes solution as what @assignUser suggested to implement to have self-hosted arm64 runners on the main arrow repo to remove Travis. We could try and migrate those jobs to the self-hosted runners instead of Travis and re-enable |
Wow! OK. Let's do it! |
@raulcd @assignUser Do you know what |
These are all the tags: |
### Rationale for this change We can't enable Flight for arm64 packages because Travis CI doesn't have enough resource. If we use self-hosted arm64 GitHub Runner, we can enable Flight. ### What changes are included in this PR? These changes use self-hosted arm64 GitHub Runner and enable Flight. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #33934 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
) ### Rationale for this change We can't enable Flight for arm64 packages because Travis CI doesn't have enough resource. If we use self-hosted arm64 GitHub Runner, we can enable Flight. ### What changes are included in this PR? These changes use self-hosted arm64 GitHub Runner and enable Flight. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#33934 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
When attempting to install package: libarrow-flight-dev in a container running Docker image: ubuntu:latest on the linux/arm64 platform - it fails with error:
To reproduce the issue - I run these commands on my M1 (arm64) MacBook Pro from a terminal:
If I run with the linux/amd64 platform - however - the script above works just fine.
I hit this issue when attempting to build an arm64 Docker container (trying to follow instructions here: https://arrow.apache.org/install/)
Thank you!
Component(s)
Packaging
The text was updated successfully, but these errors were encountered: