|
|
|
|
|
by m12k
2231 days ago
|
|
Does this work together with a build cache? My dream setup for dealing with building huge code bases is a file system integrated with the version control system to only download files when they are accessed (which sounds like what this does) but also employing a build cache and module system, so it doesn't even need to download and compile any module that has not been touched, it just downloads the result from the build cache instead. |
|
https://docs.bazel.build/versions/master/remote-caching.html