secp256k1-node icon indicating copy to clipboard operation
secp256k1-node copied to clipboard

Release binary

Open dcharbonnier opened this issue 4 years ago • 3 comments

Would you be open to considering something like https://github.com/mapbox/node-pre-gyp ? The build of this module takes a lot of time on our CI compared to the total build time.

dcharbonnier avatar Jan 11 '21 08:01 dcharbonnier

This package use prebuildify for creating binaries. It's available for Linux (glibc/musl), Windows, macOS. Can you share the npm install log? What CI do you use?

fanatid avatar Jan 12 '21 08:01 fanatid

@fanatid Does this create M1 compatible builds? I see this in my logs after switching to a newer M1 laptop: secp256k1 unavailable, reverting to browser version - looks like support was added here https://github.com/prebuild/prebuildify/issues/52

yocontra avatar Apr 03 '23 01:04 yocontra

Oh, nice. We need to add m1 support.

fanatid avatar Apr 07 '23 01:04 fanatid