Skip to content

Only include host.native instead of host in default clr/mono subsets - #73800

Merged
elinor-fung merged 1 commit into
dotnet:mainfrom
elinor-fung:defaultHostNative
Aug 12, 2022
Merged

Only include host.native instead of host in default clr/mono subsets#73800
elinor-fung merged 1 commit into
dotnet:mainfrom
elinor-fung:defaultHostNative

Conversation

@elinor-fung

Copy link
Copy Markdown
Member

With #73095, we include host by default when building clr or mono in order to use a live host build. Only the native host binaries are needed for the live host, not the packages and tools, so we should be able to scope down what is included to host.native to reduce the impact on the dev innerloop.

@elinor-fung
elinor-fung requested a review from a teamAugust 11, 2022 18:27
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Issue Details

With #73095, we include host by default when building clr or mono in order to use a live host build. Only the native host binaries are needed for the live host, not the packages and tools, so we should be able to scope down what is included to host.native to reduce the impact on the dev innerloop.

Author:elinor-fung
Assignees:-
Labels:

area-Infrastructure-libraries

Milestone:-

@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

With #73095, we include host by default when building clr or mono in order to use a live host build. Only the native host binaries are needed for the live host, not the packages and tools, so we should be able to scope down what is included to host.native to reduce the impact on the dev innerloop.

Author:elinor-fung
Assignees:elinor-fung
Labels:

area-Infrastructure

Milestone:-

@elinor-fung
elinor-fung merged commit f44da52 into dotnet:mainAug 12, 2022
@elinor-fung
elinor-fung deleted the defaultHostNative branch August 12, 2022 19:39
@ghostghost locked as resolved and limited conversation to collaborators Sep 12, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@elinor-fung@ViktorHofer