Uh oh!
There was an error while loading. Please reload this page.
Fail tests if LTCG is used - #111651
Conversation
dotnet#111566 is not the first time we accidentally shipped something built with LTCG. We should ideally not allow merging such code into `main`.
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
jkotas
commented
Jan 21, 2025
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkotas
commented
Jan 21, 2025
I assume that we should see this failing (in outer loop at least) until #111566 gets fixed. Is that right? |
jkotas
commented
Jan 21, 2025
It does not appear to be failing as expected. |
MichalStrehovsky
commented
Jan 22, 2025
Yep, it was supposed to fail. Operator error. |
MichalStrehovsky
commented
Jan 22, 2025
Yup, now failing as expected. Marked as no merge until #111566 is fixed. |
Uh oh!
There was an error while loading. Please reload this page.
#111566 is not the first time we accidentally shipped something built with LTCG. We should ideally not allow merging such code into
main.Cc @dotnet/ilc-contrib