julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

Consider cross os caching #44

Open SaschaMann opened 1 year ago

SaschaMann commented 1 year ago

3.2.3 (see #43) added support for cross OS caching on windows.

We should consider if it makes sense to use the same cache across OSes for some of the cached directories. packages seems like it might work.

giordano commented 1 year ago

Also registry and artifacts are safe to share across different operating systems.

SaschaMann commented 1 year ago

Perfect, so we just need to add an even bigger disclaimer for compiled :D