Skip to content

Conversation

am11
Copy link
Member

@am11 am11 commented Apr 11, 2025

When using stub cdac (i.e. when building just runtime without msbuild: src/coreclr/build-runtime.sh), it shouldn't validate CLR_DOTNET_RID.

Fix #114538.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Apr 11, 2025
Copy link
Contributor

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Comment on lines 19 to 21
// dummy change to trigger formatting job

/*****************************************************************************/
Copy link
Member Author

@am11 am11 Apr 11, 2025

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.

Suggested change
// dummy change to trigger formatting job
/*****************************************************************************/
/*****************************************************************************/

Copy link
Member

@max-charlamb max-charlamb left a 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.

@am11
Copy link
Member Author

am11 commented Apr 11, 2025

@jkoritzinsky, side note for ongoing RID convergence; we can define CLR_DOTNET_RID cmake arg in top level project, and delete CLI_CMAKE_PKG_RID from corehost. Their values seem to be computed in same way.

@jkoritzinsky
Copy link
Member

There's a slight difference. The one in corehost can be a non-portable RID.

@jkoritzinsky jkoritzinsky merged commit 7647748 into dotnet:main Apr 11, 2025
96 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr community-contribution Indicates that the PR has been added by a community member
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

CLR_DOTNET_RID is not set
3 participants