-
Notifications
You must be signed in to change notification settings - Fork 132
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
[release/9.0] Building runtime failed with ILCompiler.CodeGenerationFailedException
#4576
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. |
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. |
This is likely a dupe - will close once I get confirmation that this is just another expression of dotnet/dnceng#3305 and dotnet/runtime#104123 |
Hit this issue in another run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2522556&view=results |
I'm continuing to investigate this issue. This is the exact same error as described in dotnet/runtime#105441. In that issue, this comment was left saying that the issue is being left open until they switch to a new enough SDK with the fix, but I am unsure which PR contains the fix. @jakobbotsch - do you have a status update on that issue? I'm hesitant to close this source-build issue until I can confirm that the fix has flowed in with an SDK newer than 9.0.100-preview.7.24407.12 |
@ellahathaway the fix was made in dotnet/runtime#105832. |
The Ubuntu2404Arm64_Offline_MsftSdk_arm64 leg hit the following exception:
https://dev.azure.com/dnceng/internal/_build/results?buildId=2522028&view=logs&j=b1caa8c7-837c-5a0e-fa2b-360b4dfa6cb4&t=5a647af6-2fef-58c2-4caf-850dc1bc163c (internal microsoft link)
It's important to note that this build is using 9.0.100-preview.7.24407.12 SDK and that this error has not been hit since this run. I suspect that this may be the same issue as dotnet/dnceng#3305 and dotnet/runtime#104123.
The text was updated successfully, but these errors were encountered: