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 #