You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bug with the new M1 mac and a previous version of this orb, I have a non-functional installation of flutter cached. Flutter is always downloaded from github after restoring the cache:
It also looks like the cache will break when updating the install path, because it the cache always contains the old path, not the new path.
Also it looks like the cache resotration is slower than downloading the same amount of data off github. Could you speed up the cache restoration or add an option to disable caching completely?
Just changed Flutter version again, and the restored cache is not being used. Seems like the previous flutter installations is just not being detected.
Describe Request:
After a bug with the new M1 mac and a previous version of this orb, I have a non-functional installation of flutter cached. Flutter is always downloaded from github after restoring the cache:
It also looks like the cache will break when updating the install path, because it the cache always contains the old path, not the new path.
Also it looks like the cache resotration is slower than downloading the same amount of data off github. Could you speed up the cache restoration or add an option to disable caching completely?
Examples:
Supporting Documentation Links:
https://circleci.com/developer/orbs/orb/circleci/flutter#commands-install_sdk
The text was updated successfully, but these errors were encountered: