-
Notifications
You must be signed in to change notification settings - Fork 1
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 20.17.0 #20
nodejs 20.17.0 #20
Conversation
recipe/meta.yaml
Outdated
@@ -1,7 +1,7 @@ | |||
{% set version = "18.18.2" %} | |||
{% set version = "20.9.0" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest 20 version is 20.17.0: https://github.com/nodejs/node/tree/v20.17.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added adjustments to solve nodejs/node#52223.
And updated the install.py
command as $PYTHON tools/install.py install --dest-dir ${PREFIX} --prefix ''
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Destination channel: main
Links
Explanation of changes:
-j${CPU_COUNT}
on Unix platformslibuv
to build as it's a bootstrap dependency in js2c starting with 20.3, see tools: port js2c.py to C++ nodejs/node#46997libuv 1.48
inhost
because of newuv_pipe_bind2
anduv_pipe_connect2
methodsNotes: