Closed carlosedp closed 2 years ago
Apparently this check in cipd (part of depot_tools) doesn't include riscv64:
Already fix by:
https://github.com/nodejs/node/pull/37980 https://github.com/nodejs/node/pull/39004 https://github.com/nodejs/node/pull/40063
Now nodejs can be both natively build on Unmatched and cross build on X64.
Pls try again.
What steps will reproduce the bug?
While attepting to build nodejs natively in an Unleashed board,
./configure --verbose --openssl-no-asm --build-v8-with-gn
breaks with the following error:Apparently the
cipd
tool does not exist natively for riscv64.