Move host changes from liveBuilds to externals - #72583
Conversation
The changes in liveBuilds affected the package construction, causing the host files (hostfxr and hostpolicy) to be included in the runtime shared framework package, which they should not be. This later caused issues because Red Hat doesn't allow multiple packages to ship identical binaries with debugging information.
|
I think this will fix the failures in dotnet/installer#14170 |
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsThe changes in liveBuilds affected the package construction, causing the
|
| - name: BuildArguments | ||
| value: >- | ||
| -subset host+packs -ci | ||
| -subset host+libs.pretest+packs -ci |
There was a problem hiding this comment.
Hmm, this change surprises me. Why would we need libs.pretest in the installer partition?
|
Ugh looks like the installer tests aren't getting the live host now. I'm going to revert the original change until I can figure this out. |
The changes in liveBuilds affected the package construction, causing the
host files (hostfxr and hostpolicy) to be included in the runtime shared
framework package, which they should not be. This later caused issues
because Red Hat doesn't allow multiple packages to ship identical binaries
with debugging information.