64studio / pdk

64 Studio Platform Development Kit
GNU General Public License v2.0
20 stars 8 forks source link

How to share a cache between multiple projects? #28

Closed obbardc closed 7 years ago

obbardc commented 7 years ago

We know it can be done, but how?

This would be a great way to save (precious!) disk space.

I'll let you figure this one out Daniel since you have done it in the past. Holla if you need access to a Debian server running the latest PDK source.

danielhjames commented 7 years ago

For projects derived from the same base distro, the way we did this in the past was simply to create a symlink from the project cache directory to the shared cache directory. It does save a lot of disk space that way.