> On 30 October 2014 16:58, Mehul Kar <[email protected]> wrote: >> Also do not. Correct me if I'm wrong, but don't some module compile >> differently >> based on the system?
On Thu, Oct 30, 2014 at 11:57 AM, Adrian Lynch <[email protected]> wrote: > That's one of the things we'll need to test for. Yes, so the build process should do an `npm install --no-scripts`, and then should pack up the addon c++ code, but NOT the compiled .node file (which shouldn't exist, anyway, if you used `--no-scripts`). slb does this: https://github.com/strongloop/strong-build#install-command On the receive side the package should be prepared to run using npm rebuild (which will involve *no network access*). strong-pm does this on receive and redeploy of an app: https://github.com/strongloop/strong-pm#life-cycle Cheers, Sam -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CACmrRmTK2%2BZe2awdFmdCAQvO2280KHRii-CjZdah5XkHPAGzbw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
