Uh oh!
There was an error while loading. Please reload this page.
Remove Crossgen2's -O option in Test Builds Wherever Possible - #89223
Conversation
all of them should be removed though.
ivdiazsa
commented
Jul 25, 2023
@trylek Hi Tomas! I removed all the |
ivdiazsa
commented
Jul 25, 2023
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivdiazsa
commented
Jul 25, 2023
/azp help |
Supported commands
See additional documentation. |
ivdiazsa
commented
Jul 25, 2023
/azp list |
ivdiazsa
commented
Jul 25, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivdiazsa
commented
Jul 26, 2023
Hmm seems like something broke in certain AOT configurations. Taking a look right now. |
apparently are not happy without it.
ivdiazsa
commented
Jul 26, 2023
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 89223 in repo dotnet/runtime |
ivdiazsa
commented
Jul 26, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivdiazsa
commented
Jul 27, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivdiazsa
commented
Jul 28, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
actually a problem with the extra-platforms, or they're just trolling at this point.
ivdiazsa
commented
Jul 31, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivdiazsa
commented
Jul 31, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivdiazsa
commented
Jul 31, 2023
Extra Platforms seems to be utterly broken for Mono, completely unrelated to my changes. Will try to run only the default innerloop and outerloop with all the changes and if those pass, then this PR is ready to merge. |
extra-platforms pipelines are super broken right now.
ivdiazsa
commented
Jul 31, 2023
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ivdiazsa
commented
Aug 1, 2023
R2R-CG2 failures are unrelated so merging this now. |
This PR fixes issue #56148. The
-Ooption for Crossgen2 was required in the past for several reasons. However, nowadays it's causing issues in some tests that depend on their assembly's debug bit, which the-Ooption causes to be ignored.