I understand the desire for developers do use the best tool for each job, and 
integrating NodeJS in the regular work flow during development might be a good 
idea.

However, requiring NodeJS for each build (including the official releases) 
causes great problems: NodeJS itself is way less portable than Firefox, and I 
am building one of the strangler platforms - on sparc64. NodeJS seems to have 
no support at all for sparc CPUs, and I am not yet sure how hard it would be to 
add. I will investigate (as time permits).

So I have a concrete question: are the outputs of the NodeJS runs during a 
build actually target machine / OS dependent? At first I would hope not, and in 
this case: would it be possible to pre-generate the NodeJS output files for 
each official release, and then allow building with those pre-generated files 
instead of a local NodeJS installation?

Thanks,

Martin
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to