-
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
MonoAOTCompiler.cs: fix regression in caching, which breaks incremental #73427
Conversation
.. builds. dotnet#72394 disabled the cache always, even when it was intended to be used. This reverses that change. Fixes dotnet#73419
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
@steveisok @mdh1418 What was the problem being fixed with this change? |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
I don't recall there being a problem per se. I think there was a decision to disable caching for the NetTraceToMibc process, but missed this among the changes. |
Debugger tests failure is #66024 . |
Please merge if the failures look unrelated. |
.. builds.
#72394 disabled the cache always,
even when it was intended to be used. This reverses that change.
This shows up as a Wasm.Build.Tests failure:
Fixes #73419