-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Corrected] - Enable Libraries R2R Testing in CI #89405
Conversation
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsThis PR will take place of PR #83854, which is a follow-up to #80946. Now that we have
|
just to save my progress...
our version of RunReadyToRunCompilers. Now, I just need to get this thing to use that one rather than the SDK's.
SDK's. Yet, MSBuild refuses to stop being a headache...
/azp run runtime-coreclr crossgen2 |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-coreclr crossgen2 |
Azure Pipelines successfully started running 1 pipeline(s). |
This PR will take place of PR #83854, which is a follow-up to #80946. Now that we have
TestReadyToRun
enabled for the appropriate libraries tests (done in the aforementioned follow-up PR), we can add it to our CI, so these tests can get run regularly. Currently a WIP.