-
Notifications
You must be signed in to change notification settings - Fork 232
[main] Source code updates from dotnet/runtime #1392
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
[main] Source code updates from dotnet/runtime #1392
Conversation
Diff: https://github.com/dotnet/runtime/compare/61f2ad644f82a7208eb925bedc3bae49754e4440..919597ab3aa5e91f8a6ea63ba58de2b842edc833 From: dotnet/runtime@61f2ad6 To: dotnet/runtime@919597a [[ commit created by automation ]]
Diff: https://github.com/dotnet/runtime/compare/919597ab3aa5e91f8a6ea63ba58de2b842edc833..c12e8765e13ff97ff7a69db9b799ccd433943fde From: dotnet/runtime@919597a To: dotnet/runtime@c12e876 [[ commit created by automation ]]
Diff: https://github.com/dotnet/runtime/compare/c12e8765e13ff97ff7a69db9b799ccd433943fde..159157e7fe369a4cc6ef05c301165917ffb6487a From: dotnet/runtime@c12e876 To: dotnet/runtime@159157e [[ commit created by automation ]]
|
@wtgodbe looks like the runtime aspnetcore transport package change now needs a reaction here for aspnetcore |
Diff: https://github.com/dotnet/runtime/compare/159157e7fe369a4cc6ef05c301165917ffb6487a..9e5e6aa7bc36aeb2a154709a9d1192030c30a2ef From: dotnet/runtime@159157e To: dotnet/runtime@9e5e6aa [[ commit created by automation ]]
Diff: https://github.com/dotnet/runtime/compare/9e5e6aa7bc36aeb2a154709a9d1192030c30a2ef..cc37cdd4134f8e41e6441d95055f3673e816cd9c From: dotnet/runtime@9e5e6aa To: dotnet/runtime@cc37cdd [[ commit created by automation ]]
Diff: https://github.com/dotnet/runtime/compare/cc37cdd4134f8e41e6441d95055f3673e816cd9c..cbb1610c92bf83a1ddbf21760b5af97e0f3a4e88 From: dotnet/runtime@cc37cdd To: dotnet/runtime@cbb1610 [[ commit created by automation ]]
Diff: https://github.com/dotnet/runtime/compare/cbb1610c92bf83a1ddbf21760b5af97e0f3a4e88..f2236273f0c2eea41b7807894acd14133e9eda0c From: dotnet/runtime@cbb1610 To: dotnet/runtime@f223627 [[ commit created by automation ]]
Diff: https://github.com/dotnet/runtime/compare/f2236273f0c2eea41b7807894acd14133e9eda0c..9fa2ecbe80703f7cb0cb97fbbd0999df75db129d From: dotnet/runtime@f223627 To: dotnet/runtime@9fa2ecb [[ commit created by automation ]]
|
@am11 @steveisok the cdac packages fail to AOT in the source-build job, Restore-Build.proj.binlog shows this: |
|
I restored the condition which disabled it for source-only build to unblock this PR (a couple people are waiting for this to go in) |
|
https://github.com/dotnet/runtime/blob/52d934e60227c12e7d58b5824bde9a480141c915/src/native/managed/subproject.props#L7 should be |
|
ok, new issue :) |
|
Should we use |
Fine by me. I see that centos is still failing. I'd just skip packaging cdac for source build and we can fix this later. |
|
Ok now it fails with
@steveisok I agree we should disable building cdac packages in the meantime, mind pushing to the PR? |
|
It's a different leg? Earlier @jkoritzinsky, this is the case of P2P reference ( |
|
I think we will need to separate cDAC |

Note
This is a codeflow update. It may contain both source code changes from the source repo as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/runtime