|
|
@ -51,6 +51,7 @@ jobs: |
|
|
|
echo "compression = true" >> ~/.ccache/ccache.conf |
|
|
|
echo "compression = true" >> ~/.ccache/ccache.conf |
|
|
|
echo "compression_level = 6" >> ~/.ccache/ccache.conf |
|
|
|
echo "compression_level = 6" >> ~/.ccache/ccache.conf |
|
|
|
echo "max_size = 100M" >> ~/.ccache/ccache.conf |
|
|
|
echo "max_size = 100M" >> ~/.ccache/ccache.conf |
|
|
|
|
|
|
|
echo "hash_dir = false" >> ~/.ccache/ccache.conf |
|
|
|
ccache -s |
|
|
|
ccache -s |
|
|
|
ccache -z |
|
|
|
ccache -z |
|
|
|
|
|
|
|
|
|
|
|