ChainSafe / blst-ts

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library
Other
18 stars 13 forks source link

Add NodeJS v18 for arm #66

Closed dapplion closed 2 years ago

dapplion commented 2 years ago

Build failed with

#15 141.8 /bin/sh: 1: python: not found
#15 141.8 make: *** [blst.target.mk:13: Release/obj.target/blst/geni/blst_wrap.cpp] Error 127
#15 141.8 gyp ERR! build error 
#15 141.8 gyp ERR! stack Error: `make` failed with exit code: 2
#15 141.8 gyp ERR! stack     at ChildProcess.onExit (/node_modules/node-gyp/lib/build.js:194:23)
#15 141.8 gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
#15 141.8 gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:291:12)
#15 141.8 gyp ERR! System Linux 5.15.0-1017-azure
#15 141.8 gyp ERR! command "/usr/local/bin/node" "/node_modules/node-gyp/bin/node-gyp.js" "rebuild"