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
Fix rebuilding mono aot cross compiler when building locally (#118445)
* Fix rebuilding mono aot cross compiler when building locally
This is a side-effect of the changes made in #109612.
When we do rerun the offsets generation script locally it causes the file to be touched even if it's identical, which in turn causes the whole aot cross compiler binary to be rebuilt.
To fix this only write to the output offsets file when it actually changed.
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
0 commit comments