We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo apt install -y ccache
Set this env variable in Jenkins
CCACHE_NOHASHDIR=1
If you want no limit to the number of files and size of the cache:
ccache -F 0 ccache -M 0
Show cache statistics
ccache -s
Empty the cache and reset the stats
ccache -C -z