<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 1 déc. 2021 à 17:22, Jérémy Lal <<a href="mailto:kapouer@melix.org">kapouer@melix.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 1 déc. 2021 à 16:41, Pirate Praveen <<a href="mailto:praveen@onenetbeyond.org" target="_blank">praveen@onenetbeyond.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
2021, ഡിസംബർ 1 5:18:25 PM IST, "Jérémy Lal" <<a href="mailto:kapouer@melix.org" target="_blank">kapouer@melix.org</a>>ൽ എഴുതി<br>
>Hi,<br>
><br>
>To work around the bootstrapping issue that is posed by the huge loop<br>
>of build-dependencies:<br>
>nodejs -> node-acorn -> rollup -> zillion things -> nodejs,<br>
>it is possible to make a stage 1 nodejs build that loads node-acorn<br>
>*source* files,<br>
>instead of the compiled ones.<br>
<br>
If nodejs 16 can handle acorn source files (ES6) directly, can we just skip the build of acorn ? So we can drop nodejs build dependency.<br></blockquote><div><br></div><div>yes, it can be skipped, for stage 1 build.</div><div>But the configuration options used for that build are not supported by upstream</div><div>for anything else than development, and it has a non-negligible impact on nodejs initial load time.</div><div>So as soon as node-acorn can be built (by rollup), normal nodejs build must be done.<br></div></div></div></blockquote><div><br></div><div>Also note that i keep documentation about the bootstrapping build in nodejs</div><div>debian/README.source</div></div></div>