Document how to build ARM64 natively with TESTS_BUILD_ONLY - #6383
Merged
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Member
Author
|
I'm mirroring this to the MSVC-internal repo. Please notify me if any further changes are pushed, otherwise no action is required. |
BillyONeal
reviewed
Jul 27, 2026
| 1. `cmake --preset ARM64EC` | ||
| 1. `cmake --build --preset ARM64EC` | ||
|
|
||
| ## Building ARM64 Natively |
Member
There was a problem hiding this comment.
This seems reasonable but it also seems to be something that the build should be fixing itself rather than trying to document around :/
I submitted #6384
Member
Author
There was a problem hiding this comment.
At a minimum we should explicitly depict the arm64 parameter to vcvarsall.bat.
Member
There was a problem hiding this comment.
That's true but also applies to the other platforms; they need to become (for example) arm64_x86
BillyONeal
approved these changes
Jul 27, 2026
Member
|
Approved in case you would prefer this solution rather than that one as I don't think this is wrong. |
BillyONeal
added a commit
to BillyONeal/STL
that referenced
this pull request
Jul 28, 2026
…hoosing arm64 hosted tools on arm64 hosts.
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.
Fixes #6149.
Thanks to @Lngmate for looking into this with #6380.