-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[v6.x backport] build: set -blibpath:
for AIX
#26478
Conversation
0e3e404
to
d40535b
Compare
See nodejs/Release#414 (comment). #25447 doesn't cherry-pick cleanly to |
Windows failures look like infra: nodejs/build#1716 |
nodejs#17604 refactored the gyp files so that `-blibpath:` on AIX was only set if `node_shared=="true"`. Restore the setting for non-shared builds. Fixes: nodejs#25444 Backport-PR-URL: nodejs#26478 PR-URL: nodejs#25447 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
d40535b
to
7b34f81
Compare
Rebased onto current New CI: https://ci.nodejs.org/job/node-test-pull-request/21470/ |
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
#17604 refactored the gyp files so that `-blibpath:` on AIX was only set if `node_shared=="true"`. Restore the setting for non-shared builds. Fixes: #25444 Backport-PR-URL: #26478 PR-URL: #25447 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Landed on |
#17604 refactored the gyp files
so that
-blibpath:
on AIX was only set ifnode_shared=="true"
.Restore the setting for non-shared builds.
Fixes: #25444
PR-URL: #25447
Reviewed-By: Gireesh Punathil [email protected]
Reviewed-By: Michael Dawson [email protected]
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes