From 817db981338cb6394a71e165867a62b8fea1d249 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Mon, 3 Mar 2025 05:36:32 -0500 Subject: [PATCH] GitLab CI: old version of ccache do not have stats_log option --- .gitlab/ci/templates/srb2ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/templates/srb2ci.yml b/.gitlab/ci/templates/srb2ci.yml index 102f5925d..765048614 100644 --- a/.gitlab/ci/templates/srb2ci.yml +++ b/.gitlab/ci/templates/srb2ci.yml @@ -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