mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
GitLab CI: old version of ccache do not have stats_log option
This commit is contained in:
parent
910add7efb
commit
817db98133
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
ccache --set-config compiler_check=content
|
||||
- |
|
||||
# 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
|
||||
ccache --set-config max_size=300M
|
||||
|
|
Loading…
Reference in a new issue