Uh oh!
There was an error while loading. Please reload this page.
[v12.x] Fix build with ICU >= 68. - #39440
Conversation
aduh95
commented
Jul 19, 2021
Is it the same as v8/v8@035c305? If so, can you apply the upstream commit instead ( |
richardlau
commented
Jul 19, 2021
For history, we had to patch up v8/v8@035c305 for 14.x so that LTS Node.js could continue to build against the existing ICU versions #39068. |
jameshilliard
commented
Jul 19, 2021
I think so, but I tried to maintain backwards compat with older ICU versions. |
jameshilliard
commented
Jul 19, 2021
Made a version based on that in #39451 in case that's preferable. |
Adapted from: https://chromium-review.googlesource.com/c/v8/v8/+/2477751 Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
nodejs-github-bot
commented
Jul 23, 2021
richardlau
commented
Jul 23, 2021
I've landed #39451 instead. Thanks. |
Adapted from:
https://chromium-review.googlesource.com/c/v8/v8/+/2477751