buck shared cache capabilities
Created by: AlexDreyfuss
hi,
I have been trying to configure buck to use a shared cache on the network. when on both machines i put my project on /home/local/bucktest/application it works great. when i change the dir to the project to lets say /home/local/bucktest1/application the access to the cache fails. probably because the rule key hash changes.
Is there a a way that buck includes only relative paths into the hash computation? It would be too hard to force developers to use buck on preset dirs and paths?