EAS build local cache support
Guillaume Bonnet
Currently, building with --local flag does not support caching.
Could this feature be supported, with a similar approach to https://expo.dev/blog/build-cache-providers-in-expo?
Brent Vatne
you can use
npx expo run:ios
or npx expo run:android
, which does support it! what are you use cases for using eas build --local
where you'd want caching that aren't satisfied by those commands?