Skip to content

Add AdditionalRuntimeIdentifier if building from source#34650

Merged
elinor-fung merged 2 commits into
dotnet:mainfrom
elinor-fung:additionalRuntimeIdentifier
Aug 17, 2023
Merged

Add AdditionalRuntimeIdentifier if building from source#34650
elinor-fung merged 2 commits into
dotnet:mainfrom
elinor-fung:additionalRuntimeIdentifier

Conversation

@elinor-fung

Copy link
Copy Markdown
Member

Specify RID to add to graph per mechanism in #34279

This needs dotnet/installer#17197 to actually work (TargetRid is currently not set).

Fixes dotnet/source-build#3584

cc @tmds @dotnet/source-build-internal

@elinor-fung elinor-fung requested a review from dsplaisted August 15, 2023 20:32
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Aug 15, 2023
@mthalman mthalman requested a review from a team August 16, 2023 14:03
@mthalman

Copy link
Copy Markdown
Member

This needs to be backported to the rc1 branch.

Comment thread src/Layout/redist/targets/GenerateLayout.targets Outdated
@mthalman

Copy link
Copy Markdown
Member

This needs to be backported to the rc1 branch.

This also needs to be backported to the 8.0.1xx branch. The main branch is .NET 9 at this point.

@dsplaisted dsplaisted left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good. As mentioned, it will need to be backported to 8.0.1xx and 8.0.1xx-rc1.

Once this is merged we should validate that the portable RID graph is correct for a source build.

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.

The non-portable rid needs to be added to the trimmed down rid graph

4 participants