playdate icon indicating copy to clipboard operation
playdate copied to clipboard

Try to get rid of cargo build context

Open boozook opened this issue 1 month ago • 0 comments

Underlying cargo build context touches cache of user's local cargo. We probably can use only build plan by user's cargo and existing info by underlying cargo. If there's no cache we can just run cargo check, then continue.

Another opposite option is to tune inner cargo to prevent touch cache. 🤷🏻‍♂️

boozook avatar May 15 '24 15:05 boozook