I’ve been working on this: <https://github.com/pan...
# general
d
I’ve been working on this: https://github.com/pantsbuild/pants/issues/2320 It seems that in cache_setup.py, read_cache_available() returns True if a cache is configured. It doesn’t actually check that that cache is reachable. Adding the check slows everything right down. Without the check, a configured, but unreachable cache causes the build to fail.