Building singlefilehost with clr partition.#48254
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
325bf4d to
488ee21
Compare
9839004 to
04bf9bb
Compare
|
I think this is ready for review. |
src/coreclr/jit/CMakeLists.txt
Outdated
There was a problem hiding this comment.
This change was needed to not include resources in the statically linked JIT.
There was a problem hiding this comment.
these /wd defined for everything in host.native .
Since we build this separately from others now, I had to add the options here.
There was a problem hiding this comment.
I am very happy that this is gone. It seemed very fragile.
6385035 to
a874f3a
Compare
|
Thanks!!! |
|
Hello @VSadov! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
@VSadov It appears this change broke the JIT rolling build (which only builds the JIT, using, for example, https://dev.azure.com/dnceng/internal/_build/results?buildId=1004132&view=results cc @dotnet/jit-contrib |
|
@BruceForstall, I have opened #48552 with the fix. The condition just need to include corehost directory conditionally. |
NOTE: static libs for the native libraries that are built in clr partitions are still installed into artifacts.
I left them be, in case there are other uses, but singlefilehost no longer needs them.
Resolves:#43700