| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@nodejs/platform-windows-arm |
Sorry, something went wrong.
There was a problem hiding this comment.
These changes break building on Windows x64.
Sorry, something went wrong.
There was a problem hiding this comment.
This fails on Windows x64, since it compares "x64" to "amd64"
Sorry, something went wrong.
There was a problem hiding this comment.
OK, thank you. Let me fix that.
Sorry, something went wrong.
There was a problem hiding this comment.
Should be fixed now.
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry for the delay, I was OOF last week. Yes, this is fixed now.
Sorry, something went wrong.
|
This might supersede #44226 in which I added VS2022-specific logic for ARM64, since VS2019 is not supported on that platform. But since MS actively discourages VS2019 installation on ARM64 devices, your approach in this PR is probably better and more future-proof. |
Sorry, something went wrong.
|
@StefanStojanovic will look into this. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM if cross-compilation passes in CI.
Sorry, something went wrong.
I didn't think we had cross-compilation in the main CI just now so I don't think that scenario will be tested, unelss I'm missing something. |
Sorry, something went wrong.
In the node-compile-windows job, there is a win-vs2019-arm64 configuration, so although we are currently not testing ARM64 in the CI, we should be able to see if the cross-compilation passes at least. |
Sorry, something went wrong.
|
Please, let me know if there is anything specific I can do for finishing this PR on my end. |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #46420 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: #46420 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: #46420 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
| Back | FazBrowse Home | New Git URL |
When vcbuild.bat arm64 was run on Windows Arm64 machine, the vswhere_usability_wrapper.cmd was detecting proper installation of Visual Studio according to presence of x64 Build Tools which fails when there is only Arm64 version of the Build Tools.