Trying another idea to speed up the Mac build#159
Trying another idea to speed up the Mac build#159dgrelaud wants to merge 3 commits intoyao-pkg:mainfrom
Conversation
Trying to speed up mac build using --ninja https://github.com/nodejs/node/blob/main/doc/contributing/building-node-with-ninja.md
remove useless changes
robertsLando
left a comment
There was a problem hiding this comment.
Seems like you are installing ninja twice? Also please try spawning a build on your fork and link it here
One installation per separate job (intel, arm)
Yes, I will try it as soon as I figure out why GitHub does not show the action in my fork 🧐 |
You have to enable them from settings on your fork |
Yes, I know, but for some reason, most GitHub Actions in my fork are disabled, except |
Here is another optimization proposal: use Ninja instead of Make, as recommended by Node.js:
https://github.com/nodejs/node/blob/main/doc/contributing/building-node-with-ninja.md
I install Ninja with Homebrew, but I just realized it is already installed on GitHub's machines.
We can probably test it like that first.