Feedback: Have you used the aarch64-linux
native gem?
#2359
Replies: 5 comments 22 replies
-
Just gave the new release a try, I am running into this bug with this on AWS Codebuild ARM and M1 Macs:
|
Beta Was this translation helpful? Give feedback.
-
Hi @navied, thanks for the feedback. The M1 Mac is am arm64-darwin platform, and so I don't expect the aarch64-linux gem to work there. Pardon me if I've misunderstood what you're reporting. I'm not familiar with AWS Codebuild ARM, so can I ask you to open a new issue and provide me with enough information to reproduce what you're seeing? Thanks very much! |
Beta Was this translation helpful? Give feedback.
-
I'm using aarch-linux where this issue have been created with |
Beta Was this translation helpful? Give feedback.
-
Just an update that #2425 introduced test coverage for aarch64-linux, so we're green. Thanks for the feedback, everybody. |
Beta Was this translation helpful? Give feedback.
-
I am having trouble starting
The error message isn't 100% accurate either. I'm not attempting to use Nokogiri with glibc < 2.17, I'm trying to run it with
|
Beta Was this translation helpful? Give feedback.
-
An experimental version of Nokogiri precompiled for ARM64 Linux platforms is available at:
https://storage.googleapis.com/rubygem-nokogiri-alphas/nokogiri-1.13.0.alpha2-aarch64-linux.gem
(see details at #2332), and is planned to be available in the next point release of Nokogiri.
If you've tried the native gem on ARM64 Linux, please comment here! We don't have CI automatically testing on this platform yet, so my confidence is low pending feedback from y'all that this is working for you.
Beta Was this translation helpful? Give feedback.
All reactions