-
Notifications
You must be signed in to change notification settings - Fork 136
Full source-build legs using a previously built SourceBuildSdk are failing #4111
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
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
It's not related to dotnet/installer#18463. There was a successful build after the changes in that PR came in. Based on the build results of the dotnet-source-build-lite pipeline, this regression points to just one installer commit: dotnet/installer@bf6f782. Unfortunately, that's the big dependency flow from sdk. |
I'm innocent! What a whirlwind Monday morning |
This is ILCompiler-related. The specific error is this:
I suspect that this may be due to using a RID-specific SDK (which all of the failing scenarios have in common). Assuming the break is caused by runtime, the corresponding commit range that this happened is here: https://github.com/dotnet/runtime/compare/d40c654c274fe4f4afe66328f0599130f3eb2ea6..a79c62ddc8089cf2879ed36eac9aa333b32bde5f /cc @jkotas, @MichalStrehovsky |
@mthalman maybe Jo's runtime patch wasn't applied? I remember that Nikolai had to merge patches so that they actually get synced into the VRM branch.
I wouldn't be so sure about that ;) Your change in runtime that was included as a patch is part of that commit range: dotnet/runtime@6e36330 I submitted dotnet/dotnet#66 to get clarity on this. |
OK, dotnet/dotnet#66 verified that the break really is unrelated to dotnet/installer#18463. Apologies Jo. |
Yeah! The one time I didn't break the build!! (Probably!) |
https://dnceng.visualstudio.com/internal/_build/results?buildId=2375891&view=results as an example build
This started happening after Wednesday 9AM (GMT+1) as at that time the full build was still green: https://dnceng.visualstudio.com/internal/_build/results?buildId=2372357&view=results
I looked at all the commits since then and likely the change that regressed this is https://github.com/directhex/installer/blob/64e1ffe1baac9592f27a16636f01064ddc60a2bd/src/SourceBuild/patches/runtime/0002-short-stack-support.patch#L41
@directhex PTAL
The text was updated successfully, but these errors were encountered: