kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.38k stars 510 forks source link

Why can't we just supply the correct file for the arch? #1032

Open luisfcorreia opened 2 months ago

luisfcorreia commented 2 months ago

We have a very restrictive build system that's not allowed to get stuff off the Internet.

We can have the released binary re-downloaded and have tried to place it without sucess.

Can you provide "non compiling from source" solutions for having this?

(building docker containers in x86_64 linux)

recrsn commented 2 months ago

We use node-pre-gyp and it doesn't support such an option AFAIK.

You are welcome to contribute a fix however.

luisfcorreia commented 2 months ago

I have no idea on how to propose a fix as I don't really know what's wrong.

We would like to just let node know where this native binary is and then nothing needs to be compiled