-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Allow the cdac build tool to roll forward to whatever SDK is available (prerelease or otherwise) #108946
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
Allow the cdac build tool to roll forward to whatever SDK is available (prerelease or otherwise) #108946
Conversation
…e (prerelease or otherwise) Fixes failures in source-build in dotnet/sdk#43015
|
Tagging subscribers to this area: @hoyosjs |
|
This fixed the cdac-build tool, but dotnet/sdk#43015 is now failing with the same thing on crossgen: Of course I could go add Is there some other mechanism we could use? For example an environment variable we could just set in build.cmd/build.sh? If there is, any drawbacks with that? |
|
If we update dotnet-runtime to use a .NET 10 alpha SDK and bump the "Tool current" TFM, that would also work. I don't think we want to set the environment variable to roll forward automatically as it would allow us to forget to update the target TFM and end up running in an unexpected scenario. |
Fixes failures in source-build in dotnet/sdk#43015. Same fix was applied to cdac tool in dotnet#108946
Fixes failures in source-build in dotnet/sdk#43015