Skip to content

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

Closed
ayakael wants to merge 1 commit into
dotnet:release/6.0from
ayakael:armv8-support
Closed

Support virtualized 32-bit build on 64-bit ARM cores#66438
ayakael wants to merge 1 commit into
dotnet:release/6.0from
ayakael:armv8-support

Conversation

@ayakael

Copy link
Copy Markdown
Contributor

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

@ghost

Copy link
Copy Markdown

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.

@ghostghost added the community-contribution Indicates that the PR has been added by a community member label Mar 10, 2022
@akoeplinger
akoeplinger changed the base branch from release/6.0 to mainMarch 10, 2022 20:58
@akoeplinger
akoeplinger changed the base branch from main to release/6.0March 10, 2022 20:59
@akoeplinger

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

Oh, sorry about that! Done! #66477

@ghostghost locked as resolved and limited conversation to collaborators Apr 10, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ayakael@akoeplinger