Skip to content
Snippets Groups Projects
Commit 817db981 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

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

parent 910add7e
Branches
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment