Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
Aix: Fix V8 canary build#45496
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
Merged
nodejs-github-bot merged 1 commit into nodejs:main from V-for-Vasili:Aix-fno-extern-tls-init-flagNov 19, 2022
Merged
Aix: Fix V8 canary build #45496
nodejs-github-bot merged 1 commit into nodejs:main from V-for-Vasili:Aix-fno-extern-tls-init-flagNov 19, 2022
Uh oh!
There was an error while loading. Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Collaborator
nodejs-github-bot commented Nov 17, 2022
Review requested:
|
ce6d0ff to c766a9eComparec766a9e to 37c6bebCompareanonrig approved these changes Nov 17, 2022
cjihrig reviewed Nov 17, 2022
Contributor
cjihrig 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.
Changes look ok if the CI passes
cjihrig approved these changes Nov 17, 2022
Collaborator
nodejs-github-bot commented Nov 17, 2022
Collaborator
nodejs-github-bot commented Nov 17, 2022
Collaborator
nodejs-github-bot commented Nov 17, 2022
Collaborator
nodejs-github-bot commented Nov 17, 2022
richardlau approved these changes Nov 17, 2022
Collaborator
nodejs-github-bot commented Nov 17, 2022
12 tasks
ryzokuken approved these changes Nov 18, 2022
Member
targos commented Nov 18, 2022
Test with this on top of V8 lkgr: https://ci.nodejs.org/job/node-test-commit-aix/43755/ |
Collaborator
nodejs-github-bot commented Nov 18, 2022
targos approved these changes Nov 18, 2022
10 tasks
Collaborator
nodejs-github-bot commented Nov 19, 2022
Landed in 87e6943 |
This was referenced Nov 20, 2022
ruyadorno pushed a commit that referenced this pull request Nov 21, 2022
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
15 tasks
marco-ippolito pushed a commit to marco-ippolito/node that referenced this pull request Nov 23, 2022
PR-URL: nodejs#45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Merged
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
danielleadams pushed a commit that referenced this pull request Jan 4, 2023
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
danielleadams pushed a commit that referenced this pull request Jan 5, 2023
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author readyPRs that have at least one approval, no pending requests for changes, and a CI started. needs-ciPRs that need a full CI run. toolsIssues and PRs related to the tools directory. v8 engineIssues and PRs related to the V8 dependency.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use
-fno-extern-tls-initto avoid link error withextern thread_localFixes: nodejs/node-v8#234 (comment)
Related (gcc bug):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100641