Why can't we just supply the correct file for the arch?
luisfcorreia opened this issue · 2 comments
luisfcorreia commented
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
We use node-pre-gyp and it doesn't support such an option AFAIK.
You are welcome to contribute a fix however.
luisfcorreia commented
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