You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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?
The text was updated successfully, but these errors were encountered:
I'm trying to include aries-askar in my project by using
yarn add @hyperledger/aries-askar-nodejs
. As usual it recall thenode-pre-gyp
to build the SO library, anyway it get error due to the platfrom I'm using.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 belowI'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?
The text was updated successfully, but these errors were encountered: