win,msi: use x64 node executable when cross-compiling for arm64 by dennisameling · Pull Request #34009 · nodejs/node

@nodejs-github-bot added build

Issues and PRs related to build files or the CI.

doc

Issues and PRs related to the documentations.

meta

Issues and PRs related to the general management of the project.

windows

Issues and PRs related to the Windows platform.

labels

Jun 22, 2020

@dennisameling dennisameling changed the title Use x64 node executable when cross-compiling for arm64 win,msi: use x64 node executable when cross-compiling for arm64

Jun 22, 2020

joaocgreis

Uses x64 node executable for running .js files in arm64
cross-compilation scenarios. MSI can now be created by
running `vcbuild.bat release msi arm64`

Refs: #25998
Refs: #32582
Updates the build instructions for Windows 10 ARM64, now that cross-compiling on a x64 host is possible.

Refs: #25998
Refs: #32582

@dennisameling

@dennisameling

joaocgreis

joaocgreis

@dennisameling @joaocgreis

Co-authored-by: João Reis <reis@janeasystems.com>

joaocgreis pushed a commit that referenced this pull request

Aug 19, 2020
Uses x64 node executable for running .js files in arm64
cross-compilation scenarios. MSI can now be created by
running `vcbuild.bat release msi arm64`

Refs: #25998
Refs: #32582
PR-URL: #34009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>

BethGriggs pushed a commit that referenced this pull request

Aug 20, 2020
Uses x64 node executable for running .js files in arm64
cross-compilation scenarios. MSI can now be created by
running `vcbuild.bat release msi arm64`

Refs: #25998
Refs: #32582
PR-URL: #34009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>

BethGriggs pushed a commit that referenced this pull request

Aug 20, 2020
Uses x64 node executable for running .js files in arm64
cross-compilation scenarios. MSI can now be created by
running `vcbuild.bat release msi arm64`

Refs: #25998
Refs: #32582
PR-URL: #34009
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>