Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
tools: fix loong64 build#51401
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
tools: fix loong64 build #51401
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented Jan 8, 2024
Review requested:
|
targos left a comment
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.
Another condition on line 972 should be enough.
shipujin commented Jan 8, 2024
Ok, what you said is right. I will modify patch and submit again |
targos commented Jan 9, 2024
I still think the patch could be simpler with only a change on line 972. |
shipujin commented Jan 9, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
I don't quite understand what you mean. Do you mean that only 972 can be modified? Line 972 is in the range of Best regards |
targos commented Jan 9, 2024
Oh, yes you're right, sorry about that! I guess you can still simplify it a bit by removing the various |
shipujin commented Jan 9, 2024
You're right. I can remove the Mac-related stuff and simplify, I will resubmit. Best regards |
nodejs-github-bot commented Jan 10, 2024
nodejs-github-bot commented Jan 10, 2024
nodejs-github-bot commented Jan 10, 2024
nodejs-github-bot commented Jan 10, 2024
nodejs-github-bot commented Jan 11, 2024
nodejs-github-bot commented Jan 24, 2024
Landed in 6ae20aa |
PR-URL: nodejs#51401 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#51401 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #51401 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#51401 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #51401 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #51401 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
tools: fix loong64 build