feat(1.126): update patches - #2903
Conversation
|
@kxxt I can't figure out why the REH riscv64 can't be built. Can you take a look? Thx |
Thanks for the ping! I suspect that the follow log lines are related to the failure. I am implementing a fix now. It appears the npm version used here no longer supports |
I think this is caused by VSCodium/vscode-linux-build-agent@a7a7989 . The I tried to switch back to the old unofficial-builds binary but the 24.15.0 binary there requires a higher glibc version. |
Unfortunately there's no binary that could work in I will implement a workflow to publish a node v24.x binary targeting glibc 2.33 for riscv64 in https://github.com/riscv-forks/node-riscv when I have time. |
|
I did switch to A higher glibc doesn't bother me. There is already a |
I don't think there will be anyone caring about using glibc 2.31 on riscv64 now. Here is the PR: VSCodium/vscode-linux-build-agent#43
But still, the node binary on unofficial-builds requires glibc 2.38, which explains why it failed. After the vscode-linux-build-agent PR is merged, the next step is to replace |
No description provided.