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

Enable building repo on Windows ARM64 #49864

Merged

Conversation

AntonLapounov
Copy link
Member

Enable building the repo on Windows ARM64 without x64 emulation. Fixes #42008.

I verified that build -arch arm64 -s clr+libs+host+packs (debug and release) works successfully on Windows 20H2 ARM64 with 4 GiB of RAM. @dotnet/runtime-infrastructure

@ghost
Copy link

ghost commented Mar 19, 2021

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

Enable building the repo on Windows ARM64 without x64 emulation. Fixes #42008.

I verified that build -arch arm64 -s clr+libs+host+packs (debug and release) works successfully on Windows 20H2 ARM64 with 4 GiB of RAM. @dotnet/runtime-infrastructure

Author: AntonLapounov
Assignees: -
Labels:

area-Infrastructure-coreclr

Milestone: -

Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, thanks a lot!

@AntonLapounov AntonLapounov merged commit ff66a34 into dotnet:main Mar 19, 2021
@AntonLapounov AntonLapounov deleted the EnableBuildingOnWindowsARM64 branch March 19, 2021 18:39
@ghost ghost locked as resolved and limited conversation to collaborators Apr 18, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure building dotnet/runtime works on Windows ARM64
5 participants