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

Hosts, in particular statically linked ones should be built in clr partition. #43700

Closed
VSadov opened this issue Oct 21, 2020 · 1 comment
Closed

Comments

@VSadov
Copy link
Member

VSadov commented Oct 21, 2020

It is so happened that hosts are built in Installer.

This is not a problem for hosts that refer to native libraries dynamically. However when they need to statically link a number of components (coreclr, jit, libs), building them all in the same partition would simplify the logistics of the build and will make it easer to assure mutual compatibility of the parts.

It is hard to arrange this move while we pick native libraries form libs partition, but once #43699 is implemented we should move static host to clr partition.
This will have to include:

  • moving/writing appropriate tests
  • most likely moving other hosts as well.
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner labels Oct 21, 2020
@trylek trylek removed the untriaged New issue has not been triaged by the area owner label Oct 26, 2020
@trylek trylek added this to the 6.0.0 milestone Oct 26, 2020
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Feb 17, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Feb 20, 2021
@VSadov
Copy link
Member Author

VSadov commented Feb 22, 2021

resolved by #48254

@VSadov VSadov closed this as completed Feb 22, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Mar 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants