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
I think this is an issue with the PlatformIO core, it sees no necessity to keep the old git version when updating to a new git version. This surely saves space, but not in this case.
I don't think this can be solved right now. We would have to switch to stable packages from the PIO registry for that. But integration into mainline PlatformIO is likely blocked for the foreseeable time.
One way would be not providing via git/hash. Making a release zip and providing the URL will help. It still gets reinstalled but it does not download again, it uses the version in cache.
There were some breaking changes of earle's core & SDK2 with micro ros so I'm using some older version of platform-raspberrypi with:
But when I want to test something with latest platform-raspberrypi with different pio project, it keeps downloading all the dependencies over again.
Is there a way to keep different platform versions installed or it will always overwrite dependencies with current project's ones?
The text was updated successfully, but these errors were encountered: