-
Notifications
You must be signed in to change notification settings - Fork 199
Conversation
Just created PR so it was "ready to go"... building locally atm... --UPDATE--node8 WORKS! -> node10 DOESN'T -> but it's because of the Node version (see here)
@igorklopov - not sure what to test re: "prevents native modules to be required" - but I think we should at least give people the option to have fully static linking. Ready for merge (if you're happy with the PR?) |
need |
Be extremely careful with full static linking as you are now including libraries with copy-left license agreements. Particularly Ubuntu distributions. This could get you into a huge amount of legal hot water. |
This may need |
We support a fully static "linuxstatic" variant now. Just specify "linuxstatic" as the platform. Note that if you want to build/compile, you have to build on Alpine (musl libc), because it is not practical to statically link against GNU libc:
|
Closing per #72 (comment) . |
Hopefully closes vercel/pkg#555