You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Crossgen2's -O option in Test Builds Wherever Possible (#89223)
* Removed the Crossgen2 -O option from CLRTest.CrossGen.targets file.
* Removed the remaining Crossgen2-related -O's I could find. Not sure if
all of them should be removed though.
* Restored the ReadyToRunCompiler -O option because some NativeAOT tests
apparently are not happy without it.
* Restored crossgen-corelib.proj's -O because extra-platforms is still complaining.
* Restored the -O in a python script to see if Mono stops being an
annoying pain.
* Restored even the original change just to see whether there is
actually a problem with the extra-platforms, or they're just trolling
at this point.
* Removed the -O's from Crossgen2 again after discovering the
extra-platforms pipelines are super broken right now.
0 commit comments