Add Windows ARM64 support in CI#1146
Open
Harishmcw wants to merge 1 commit into
Open
Conversation
RossBencina
reviewed
Apr 30, 2026
RossBencina
requested changes
May 8, 2026
Collaborator
RossBencina
left a comment
There was a problem hiding this comment.
To check that this wasn't going to create backward compatibility problems I opened the .sln solution in Visual Studio 2005. There were no obvious problems introduced by the presence of the ARM64 configuration (it would not build of course). The Win32 target seemed to build (modulo some unrelated errors that we should probably fix).
Could I get you to fix one more thing please? : When I opened the solution ARM64 was already the selected configuration. Could you make open with the 64-bit intel config please?
Author
|
Hi @RossBencina, After some investigation I found that on Visual Studio 2005, the default configuration is picked alphabetically, since ARM64 sorts before x64, it ends up selected by default. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds Windows ARM64 support to the MSBuild and CMake CI workflows.
Changes:
Windows-MSVC-ARM64andWindows-MinGW-ARM64jobs.-Ahandling for MSVC ARM64 builds.portaudio.vcprojandportaudio.sln