-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
Looks like the build process has compiled an x64 version of V8's push_registers_asm
source instead of riscv64:
TOUCH /home/node/node-v19.0.0/out/Release/obj.host/tools/v8_gypfiles/v8_compiler_for_mksnapshot.stamp
rm -f /home/node/node-v19.0.0/out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a ar-file-list; mkdir -p `dirname /ho
me/node/node-v19.0.0/out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a`
ar crsT /home/node/node-v19.0.0/out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a @/home/node/node-v19.0.0/out/Rele
ase/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a.ar-file-list
ar: /home/node/node-v19.0.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/heap/base/asm/riscv64/push_registers_asm.o: No such file or directory
make[2]: *** [tools/v8_gypfiles/v8_base_without_compiler.target.mk:1093: /home/node/node-v19.0.0/out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a] Error 1
make[2]: *** Waiting for unfinished jobs....
Earlier in the log we have this reference to compiling the x64 file:
CXX(host) /home/node/node-v19.0.0/out/Release/obj.host/v8_base_without_compiler/deps/v8/src/heap/base/asm/x64/push_registers_asm.o
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.