-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add initial support for Apple Silicon #27264
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
Conversation
- Add osx-arm64 runtime dependency - Add osx-arm64 to supported rid identifiers - Update vmImage to macOS-10.15 - Use XCode 12.2 for all macOS builds - Add build and sign macos arm64 to CI scripts This should build aspnetcore for osx-arm64, however the native dependencies libuv and libe_sqlite3 will need to be updated to have full functionality. These are provided by separate repos. Enabling at this point unblocks effort to create the initial osx-arm64 SDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and the macOS arm64 build leg is green.
Hello @sdmaclea! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
As a follow-up item: https://helix.dot.net/ doesn't show any macOS ARM64 queues available. Anyone know the expected timeline❔ |
we dont have reliable hardware to run tests yet. Hoping to get them enabled in the next few months once some are available. For now we want to ensure builds continue to work. |
@dougbu In part we are waiting for commercial availability. We are currently testing using prototype devices. |
Add initial support for Apple Silicon
This should build aspnetcore for osx-arm64, however
the native dependencies libuv and libe_sqlite3 will
need to be updated to have full functionality. These
are provided by separate repos.
Enabling at this point unblocks effort to create the initial
osx-arm64 SDK.
Partially addresses #26821
/cc @janvorli @mangod9