LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
935 stars 33 forks source link

Shared builds between projects #5

Closed njlr closed 7 years ago

njlr commented 7 years ago

We should investigate having a shared build folder so that builds can be shared between projects.

njlr commented 7 years ago

Perhaps this should be implemented using a Buck cache server.

nikhedonia commented 7 years ago

https://buckbuild.com/concept/buckconfig.html#cache

already supported by buck. We need to decide if buckaroo should enable it by default or provide any handy commands for setting this up.