galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

Add libc token to node-pre-gyp Hummus binaries #230

Closed astefanutti closed 5 years ago

astefanutti commented 6 years ago

Since mapbox/node-pre-gyp@db6ab8019123bdb07cce02bfb4f028dd382b87ff, the libc token is provided so that it is possible to distinguish glibc from musl based binaries.

That would avoid having the available glibc based binaries downloaded on Alpine Linux that end up segmentation faulting.

astefanutti commented 6 years ago

Version 0.8.0 of node-pre-gyp has just been released and contains the required bits.

astefanutti commented 5 years ago

Closing as it's been added with 374cb6d604a2ba0f727fe45f1c73c24fbb9af72a.