From e1d28a5389f5e7c29a67a69b4c7a51038ea3b2c2 Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Fri, 23 Dec 2022 09:02:22 +0100 Subject: [PATCH] Reduce ccache size --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 777a111f2..bef5ed5a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ build-and-test: # Ccache configuration and introspection. - apt-get install ccache --yes - ccache --set-config=cache_dir="$CI_PROJECT_DIR/.ccache" - - ccache --max-size=20G + - ccache --max-size=5G - ccache --show-stats # Activate Axii. -- GitLab