You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: