Uh oh!
There was an error while loading. Please reload this page.
riscv64: Add riscv64 configure - #37980
Conversation
nodejs-github-bot
commented
Mar 30, 2021
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
gengjiawen
commented
Mar 31, 2021
@luyahan Do you have riscv64 machines to verify this ? |
luyahan
commented
Mar 31, 2021
Yes i have a Hifive unleashed。And i had run test on it. |
gengjiawen
commented
Mar 31, 2021
To make riscv longterm support, any thought provide machines to our infra https://github.com/nodejs/build ? |
luyahan
commented
Mar 31, 2021
Our lab ony have two boards.But we have oredered Hifive unmatched that don't delivered ret. |
luyahan
commented
Apr 1, 2021
About May, PLCT Lab can get some riscv64 .borads and can donate it to Node.js ci |
v8 had been add riscv64 backend, so i open this pr to add riscv64 configure. Refs: nodejs#37856
luyahan
commented
Apr 14, 2021
How to retry |
gengjiawen
commented
Apr 14, 2021
Landed in 1d21a8d |
gengjiawen
commented
Apr 14, 2021
It kinds of flaky as long as Jenkins passed. It's fine. Thanks for the contribution :) |
Although riscv64 should be supported it fails to build, disable for now. ../deps/v8/src/codegen/riscv64/macro-assembler-riscv64.h:222:8: error: 'void v8::internal::TurboAssembler::JumpCodeObject(v8::internal::Register)' marked 'override', but does not override 222 | void JumpCodeObject(Register code_object) override; nodejs/node#37980
v8 had been add riscv64 backend, so i open this
pr to add riscv64 configure.
Fixes: #37856