-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
deps: V8: cherry-pick 0ce2edb7adfd #58773
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
Conversation
Review requested:
|
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.
RSLGTM
I think the failed tests are not related to this PR. It appears that the CI is flaky. |
Original commit message: Fix invalid template specialization Bug: chromium:40565911 Change-Id: If206c140e99e24a6df4ee7351e8022748eabac22 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6491420 Auto-Submit: Bruno Pitrus <brunopitrus@hotmail.com> Commit-Queue: Jakob Linke <jgruber@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Jakob Linke <jgruber@chromium.org> Cr-Commit-Position: refs/heads/main@{#99987} Refs: v8/v8@0ce2edb Fixes: nodejs#58485
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.
Rebased to fix a conflict. A fresh CI was needed anyway for Windows.
Can someone else review or @lpinca reapprove? |
Landed in 1539f3b |
Original commit message: Fix invalid template specialization Bug: chromium:40565911 Change-Id: If206c140e99e24a6df4ee7351e8022748eabac22 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6491420 Auto-Submit: Bruno Pitrus <brunopitrus@hotmail.com> Commit-Queue: Jakob Linke <jgruber@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Jakob Linke <jgruber@chromium.org> Cr-Commit-Position: refs/heads/main@{#99987} Refs: v8/v8@0ce2edb Fixes: #58485 PR-URL: #58773 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
This doesn't land cleanly on v22.x-staging, if we want it on v22.x, we'd need a manual backport PR |
v22.x does not need this so we dont need a manual backport. |
Original commit message:
Refs: v8/v8@0ce2edb
Fixes: #58485
This PR fixes build error on riscv64 with gcc compiler(#58485).
This PR needs to be picked into v24.x.
Note that this PR will conflict with #58746. I will rebase #58746 once this one is merged.