cache icon indicating copy to clipboard operation
cache copied to clipboard

Cocoapods example should cache the system cache rather than build products

Open daveisfera opened this issue 2 years ago • 2 comments

For node, it's recommend to not cache node_modules, but the current example for Cocoapods is doing something similar, so it should be changed to cache the system cache rather than the build products

The change would be to set path to:

path: |
  ~/Library/Caches/CocoaPods
  ~/.cocoapods

I believe this would address several existing issues (#401 #455 #1115 #1136)

daveisfera avatar Nov 29 '23 17:11 daveisfera

This issue is stale because it has been open for 200 days with no activity. Leave a comment to avoid closing this issue in 5 days.

github-actions[bot] avatar Jun 17 '24 08:06 github-actions[bot]

There is a note about this in the examples now, but the Lerna example still caches node_modules

daveisfera avatar Jun 17 '24 17:06 daveisfera