grab / cocoapods-binary-cache

MIT License
474 stars 68 forks source link

Speed improvement with bitrise integration #100

Open ManaliSingh27 opened 2 years ago

ManaliSingh27 commented 2 years ago

Hi, I am trying to use cocoapods-binary-cache with bitrise CI. I am using cache-pull and cache-push steps in bitrise workflow. cocoapods-binary-cache fetches the pods from the GitHub repo where binary version of pods are stored but it still compiles the pods. I cannot find any speed improvement by using cocoapods-binary-cache (as still the pods are compiled). My understanding is that it should not compile the pods again. Am I missing something?

Mattijah commented 2 years ago

I'm using Github Actions and I'm not experiencing the same issue. Pods don't get compiled again (at least not according to the logs) nevertheless their installation is taking a long time.

https://github.com/grab/cocoapods-binary-cache/issues/103