-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove Crossgen2's -O option in Test Builds Wherever Possible #89223
Conversation
all of them should be removed though.
@trylek Hi Tomas! I removed all the |
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp help |
Supported commands
See additional documentation. |
/azp list |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me, thank you!
Hmm seems like something broke in certain AOT configurations. Taking a look right now. |
apparently are not happy without it.
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 89223 in repo dotnet/runtime |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/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.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
R2R-CG2 failures are unrelated so merging this now. |
This PR fixes issue #56148. The
-O
option 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-O
option causes to be ignored.