-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow ResolveReadyToRunCompilers to be run under FreeBSD #31581
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
Matching runtime PR (also by @sec ) here: dotnet/runtime#84250 |
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
Should this be changed to match it's runtime version - ex. dotnet/runtime@1b6d95b ? |
Not code owner, but the note states that it should be sync'd with runtime which I read as "match" |
Pushed changes to match with runtime code. |
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.
Thank you!
Looks like ready to be merged? |
The SDK that contains this change fails to build the ILCompiler project. This is a blocking issue for the RC1 release. See dotnet/source-build#3568 |
)" This reverts commit 0f2f0b3.
This should enable almost patchless build of runtime under FreeBSD, with R2R. @Thefrank