Build with icu#81
Conversation
Repos who consume the node transport package seem to need icu support, so enable.
|
did you check the size increase? there is also a |
|
Looks like the win arm64 build is failing:
Maybe we're missing python? |
|
@ilonatommy is icupkg part of icu or something specific to node? cc @radekdoulik |
|
I think I know what's going on: The x64 build has this: while the arm64 one has this: so basically it's building for the (x64) host which makes sense, so we likely just need a tweak in the script that's calling the tool. |
|
I pushed a workaround, turns out gyp does some magic with the paths so |
Repos who consume the node transport package seem to need icu support, so enable.