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

Use child processes in install script #76

Closed wemeetagain closed 1 year ago

wemeetagain commented 1 year ago
philknows commented 1 year ago

Looks good! But can you test that this actually prevents the segfault from crashing the parent process too?

Tested it with @wemeetagain. It prevented the segfault when building on my arm64 device. Will test building Lodestar after this gets pushed in with a Lodestar RC.