-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Any chance of a ARMv6 build of the Bcrypt node? #854
Comments
@hardillb does wasm version help? You can use the wasm version by install the wasm dependencies: |
@Brooooooklyn That runs on a ARMv6 machine, but I'm not sure it helps in the long run. How would I specify that when installing as part of a larger project that has to support multiple cpu architectures. e.g.
|
I think it's because the Node.js doesn't distinguish between ARMv7 and ARMv6... |
Running on a Raspberry Pi Zero W with NodeJS v20.0 throws an Illegal Instruction error because the node pulls in the ARMv7 native binary and there is no source code to do a
npm rebuild
Would it be possible to add a ARMv6 build?
If not could you update at least update the README to be explicit that the
Linux arm gnu (glibc 2.17)
is specifically ARMv7.p.s. the support matrix could probably do with an update as NodeJS v12, v14 are very much EoL and v16 as well.
The text was updated successfully, but these errors were encountered: