Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standalone-cli build for Windows Arm64 platform #10001

Merged
merged 4 commits into from
Dec 5, 2022
Merged

Add standalone-cli build for Windows Arm64 platform #10001

merged 4 commits into from
Dec 5, 2022

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    271b317 View commit details
    Browse the repository at this point in the history
  2. Fix path to binary on windows

    Change the path to the binary on Windows to use backslashes and the OS architecture instead of the architecture of the node binary.
    
    Visual Studio 17.4, the first GA release supporting ARM64, bundles node built for ia32, as official arm64 binaries are not yet available on Windows. Using the PROCESSOR_ARCHITEW6432 environment variable, if present, ensures we run the tests using the executable supported natively by the OS.
    MJRasicci committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    83f4b2d View commit details
    Browse the repository at this point in the history
  3. Fix style

    MJRasicci committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    ed032fc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    58c9640 View commit details
    Browse the repository at this point in the history