Right now we use travis with custom caching - either move away from Travis and solve this there or on travis - make sure that we only cache few last builds' worth of data. Right now, as compiler generates random names for the compiled object files in target the cache size on CI grows.
Right now we use travis with custom caching - either move away from Travis and solve this there or on travis - make sure that we only cache few last builds' worth of data. Right now, as compiler generates random names for the compiled object files in
target
the cache size on CI grows.