Currently, the CI compilation spends too much time, because it always builds TiFlash from scratch in a docker image. And maybe we can speed up it by adding some cache.
For example, ccache.
- add a directory in the IDC to save caches
- when running the building docker image, set the directory as a volume.