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

Unable to build on RaspberryPI using Node.js #250

Open
biagioboi opened this issue May 23, 2024 · 0 comments
Open

Unable to build on RaspberryPI using Node.js #250

biagioboi opened this issue May 23, 2024 · 0 comments

Comments

@biagioboi
Copy link

I'm trying to include aries-askar in my project by using yarn add @hyperledger/aries-askar-nodejs. As usual it recall the node-pre-gyp to build the SO library, anyway it get error due to the platfrom I'm using.

Screenshot 2024-05-23 alle 18 57 49

The problem is that some Raspberry are equipped with x32 architecture, so the output is simply arm, which is not defined in the architecture object below

Screenshot 2024-05-23 alle 19 21 11

I've tried to manually build the library with rust and correctly build it without problem. If I use the local library everything works because I manually built the library and placed it in the native folder. Can you please add this other architecture in the next release?

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

No branches or pull requests

1 participant