From 201d7d19baebde75ef5c0e1501b523509c40cf50 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 26 Mar 2024 10:58:49 +0100 Subject: [PATCH] ci: increase ccache size from 20GB to 50GB --- .gitlab/ci/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index de628f12bd..6d11621af0 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -95,7 +95,7 @@ variables: # host mapping volume to share ccache between runner concurrent jobs CCACHE_DIR: "/cache/idf_ccache" - CCACHE_MAXSIZE: "20G" + CCACHE_MAXSIZE: "50G" ################################################ # `before_script` and `after_script` Templates #