-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Ignore CLR_DOTNET_RID when using stub cdac #114541
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
Conversation
Tagging subscribers to this area: @hoyosjs |
src/coreclr/jit/compiler.h
Outdated
// dummy change to trigger formatting job | ||
|
||
/*****************************************************************************/ |
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.
Formatting jobs are green https://github.com/dotnet/runtime/actions/runs/14404851447?pr=114541, undoing the dummy change.
// dummy change to trigger formatting job | |
/*****************************************************************************/ | |
/*****************************************************************************/ |
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.
LGTM. Shouldn't impact cDAC builds.
@jkoritzinsky, side note for ongoing RID convergence; we can define |
There's a slight difference. The one in corehost can be a non-portable RID. |
When using stub cdac (i.e. when building just runtime without msbuild:
src/coreclr/build-runtime.sh
), it shouldn't validateCLR_DOTNET_RID
.Fix #114538.