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

Identify riscv64 as valid arch #37994

Merged
merged 5 commits into from
Jan 19, 2024
Merged

Conversation

am11
Copy link
Member

@am11 am11 commented Jan 14, 2024

This is to enable riscv64's R2R bring-up in SDK.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Jan 14, 2024
@am11
Copy link
Member Author

am11 commented Jan 15, 2024

cc @marcpopMSFT, @akoeplinger

This and dotnet/installer#18247 are enabler PRs to resolve chicken-egg for R2R-on-new-arch. The results would be observed when these are picked up by the runtime via SDK update and dotnet/runtime#96941 is reexamined with cross-build. If these look harmless, please merge. Thanks! :)

@am11
Copy link
Member Author

am11 commented Jan 18, 2024

@akoeplinger, does this looks good for merging?

Copy link
Member

@akoeplinger akoeplinger left a comment

Choose a reason for hiding this comment

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

LGTM with one comment

@@ -82,6 +82,9 @@ Copyright (c) .NET Foundation. All rights reserved.
<PropertyGroup Condition=" '$(_PlatformWithoutConfigurationInference)' == 'arm64' ">
<PlatformTarget Condition=" '$(PlatformTarget)' == '' ">arm64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(_PlatformWithoutConfigurationInference)' == 'riscv64' ">
<PlatformTarget Condition=" '$(PlatformTarget)' == '' ">riscv64</PlatformTarget>
</PropertyGroup>
Copy link
Member

Choose a reason for hiding this comment

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

I'd remove the PlatformTarget here too.

@akoeplinger akoeplinger merged commit 734bbd9 into dotnet:main Jan 19, 2024
16 checks passed
@am11 am11 deleted the feature/arch-port/riscv64 branch January 19, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants