Skip to content

MonoAOTCompiler task: correctly write updated cache file when some of the files fail to compile #57866

@radical

Description

@radical
  • The cache on disk should get updated if we successfully compiled any of the assemblies. And the entry should, maybe, be removed when one fails.
  • And allow the cache to be skipped completely

Instead of carefully trying to ensure the cache file, it can be removed completely. It would mean that we'll be computing hashes for the assemblies, which isn't too expensive.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions