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

Support virtualized 32-bit build on 64-bit ARM cores #66438

Closed
wants to merge 1 commit into from

Conversation

ayakael
Copy link
Contributor

@ayakael ayakael commented Mar 10, 2022

Expected behavior

Runtime should be able to build within 32-bit userspace on 64-bit ARM cores.

Actual behavior

Per dotnet/source-build#2781, runtime does not know to parse as arm when output of uname -m is armv8l.

Proposed modifications

This pull request modifies existing logics to parse armv8l in the same way as armv7l.

Varia

Parallel merge request on Alpine's side
Arm support on source-build at dotnet/installer#13378

Made as part of Alpine Linux dotnet6 packaging project, see dotnet/source-build#2782

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@akoeplinger
Copy link
Member

@ayakael we don't target PRs to release/6.0 directly, they need to go into main first. I tried changing the branch via GitHub's UI but that messed up the commits. Please open a new PR which targets the main branch, thanks!

@ayakael
Copy link
Contributor Author

ayakael commented Mar 10, 2022

Oh, sorry about that! Done! #66477

@ghost ghost locked as resolved and limited conversation to collaborators Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants