-
Notifications
You must be signed in to change notification settings - Fork 446
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
[main] Add support for arm platform #14470
Conversation
90e1947
to
8da3a95
Compare
Rebased to main to see if checks fail here as well. |
@MichaelSimons Who can I ping to review this? It'd be nice to include this in rc2 and next verson of dotnet6. |
@dsplaisted - Can you please review else add the appropriate code reviewer? |
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.
As far as I can tell, this looks good.
098d538
to
50673e5
Compare
|
50673e5
to
6362fb1
Compare
Per @omajid in #13378, reverted proposal by @kasperk81 |
@crummel - please review. |
6362fb1
to
1e7182a
Compare
I rebased this on latest main and I'm reviewing now. |
Expected behavior
As prebuilt SDKs are provided for arm by Microsoft, source-build should support ARM build.
Actual behavior
Per dotnet/source-build#2781, source-build does not support arm.
Proposed modifications
This pull request modifies existing
Platform
andArchitecture
logics to parse arch information correctly whenBuildArchitecture=arm
Varia
release/6.0.1xx version: #13378
Made as part of Alpine Linux dotnet6 packaging project, see dotnet/source-build#2782