GitLab CI: old version of ccache do not have stats_log option

This commit is contained in:
Alam Ed Arias 2025-03-03 05:36:32 -05:00
parent 910add7efb
commit 817db98133

View file

@ -107,7 +107,7 @@
ccache --set-config compiler_check=content ccache --set-config compiler_check=content
- | - |
# stats_log # stats_log
ccache --set-config stats_log=$CI_PROJECT_DIR/build/ccache_statslog ccache --set-config stats_log=$CI_PROJECT_DIR/build/ccache_statslog || true
- | - |
# max_size # max_size
ccache --set-config max_size=300M ccache --set-config max_size=300M