-
Notifications
You must be signed in to change notification settings - Fork 358
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
Sync eng/native from dotnet/runtime #4178
Conversation
am11
commented
Aug 22, 2023
- Sync eng/native with runtime
- Includes changes from Delete duplicate init-distro-rid.sh runtime#90952
- Since diagnostics is using newest arcade, reacted to Remove unused argument from initDistroRidGlobal arcade#13961 in second commit
cc @elinor-fung, @jkoritzinsky last sync was 56d6c65 (in the future, we can start moving more common parts upstream for complete de-duplication) |
86d30ba
to
d1d6522
Compare
@mikem8361, PTAL. Once we sync PAL with runtime, we can revert the last commit (1fb94fc). The checks which were there to support printf were deleted after the removal of PAL's printf implementation in runtime. Other than that, eng/native is in sync. 🙏 |
<SOSPath>$(InstallDir)/libsosplugin.so</SOSPath> | ||
</Option> | ||
<Option Condition="$(OS) == OSX"> | ||
<Option Condition="'$(OS)' == 'osx'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't msbuild, though the parser should handle it OK