-
Notifications
You must be signed in to change notification settings - Fork 2.5k
nodejs: update to 24.12.0 #58460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodejs: update to 24.12.0 #58460
Conversation
|
In my experiments, I noticed that if you add |
|
Also, copying from ci for reference: |
|
In my experiments, I noticed that if you add `configure_args+=" --ninja"` to nodejs, then it uses all cores to build, instead of single core.
It should use multiple cores even without ninja if you set XBPS_MAKEJOBS in ./etc/conf
|
|
But does it actually do that for you? Last time I checked, this specific package did not do it for me. (I know this is the case in general, with the default being 4.) |
It works for me, at least with this version of nodejs. I didn't test earlier versions.
void-packages/etc/defaults.conf Lines 65 to 70 in 09a598c
|
|
You are right, they fixed it in this version. Sorry for the noise. |
|
see 6db8b83 |
Testing the changes