From afb965b1140e3f8ca0429d29124a92f409d44bff Mon Sep 17 00:00:00 2001 From: Eidolon Date: Thu, 16 May 2024 15:42:04 -0500 Subject: [PATCH] Raise ccache limit to 300M Ring Racers' object file output is considerably larger than SRB2. 50M is insufficient to hold even a single build. --- .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 8d2bd650f..c85caefc1 100644 --- a/.gitlab/ci/templates/srb2ci.yml +++ b/.gitlab/ci/templates/srb2ci.yml @@ -112,7 +112,7 @@ echo stats_log = $PWD/ccache_statslog | tee --append ~/.ccache/ccache.conf - | # max_size - echo max_size = 50M | tee --append ~/.ccache/ccache.conf + echo max_size = 300M | tee --append ~/.ccache/ccache.conf - | # ccache_config echo -e "\e[0Ksection_end:`date +%s`:ccache_config\r\e[0K"