The armeabi-v7a (32-bit ARM) build is marked continue-on-error due to upstream V8 cross-build issues:
nodejs/node#58975 — Incorrect selection of x64 push_registers_asm.cc for host build when target is arm
nodejs/node#57748 — Partial fix but not complete per PR description
- Common.gypi adds
-m64 to host cflags even when -m32 is needed, causing host toolchain flag conflicts
If attempting to fix:
- Check if
nodejs/node#57748 fully resolves the push_registers_asm issue
- A
common.gypi.patch may be needed to strip -m64 from host flags when dest_cpu=arm
The armeabi-v7a (32-bit ARM) build is marked
continue-on-errordue to upstream V8 cross-build issues:nodejs/node#58975— Incorrect selection of x64 push_registers_asm.cc for host build when target is armnodejs/node#57748— Partial fix but not complete per PR description-m64to host cflags even when-m32is needed, causing host toolchain flag conflictsIf attempting to fix:
nodejs/node#57748fully resolves the push_registers_asm issuecommon.gypi.patchmay be needed to strip-m64from host flags whendest_cpu=arm