| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
RSLGTM
Sorry, something went wrong.
Sorry, something went wrong.
Visual Studio 2022 17.4 introduces native ARM64 support, including host tools for MSVC. As this won't be supported on VS2019, this commit only adds the detection logic for native ARM64 tools to vs-set-2022. Refs: nodejs/build#2540 Refs: https://devblogs.microsoft.com/visualstudio/arm64-visual-studio/
|
Now that #46228 has been merged, this seems to be the right time to merge this PR too. Just rebased it and ran it on an arm64 device. The build finished successfully and used the native VS2022 arm64 build tools: PS C:\repos\node> ./vcbuild.bat arm64 release Looking for Python Python found in C:\Program Files\Python311-arm64\\python.exe Python 3.11.0rc1 Looking for Visual Studio 2022 calling: "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\\Auxiliary\Build\vcvarsall.bat" arm64 ********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.4.4 ** Copyright (c) 2022 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'arm64' Found MSVS version 17.0 configure --with-ltcg --dest-cpu=arm64 Node.js configure: Found Python 3.11.0... .... node.vcxproj -> out\Release\\node.exe Junction created for Release <<===>> out\Release Creating package... Creating node-v20.0.0-win-arm64.7z Creating node-v20.0.0-win-arm64.zip Creating node_pdb.7z Creating node_pdb.zip Package created! |
Sorry, something went wrong.
|
Superseded by #46420 which just got merged 👍🏼 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Visual Studio 2022 17.4 introduces native ARM64 support, including host tools for MSVC. As this won't be supported on VS2019, this commit only adds the detection logic for native ARM64 tools to vs-set-2022.
Refs: nodejs/build#2540
Refs: https://devblogs.microsoft.com/visualstudio/arm64-visual-studio/