From 9bb5ef06ec73c8b71f4c747055e24bc40592dc43 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sat, 17 Jan 2026 02:35:41 +0000 Subject: [PATCH] Cache size can be smaller now there aren't several huge PCHs that need to be included Sizes verified with https://gitlab.com/AnyOldName3/openmw/-/pipelines/2268240021 Ignore the build failures - Ananace's S3 storage was temporarily down. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d589c0ea70..48101c431b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -914,7 +914,7 @@ Windows_Ninja_RelWithDebInfo_GroupTwo: - .Windows_Ninja_RelWithDebInfo variables: <<: *target-group-two - CCACHE_SIZE: 2G + CCACHE_SIZE: 1.5G # GitLab won't let us use non-predefined variables in cache keys, so we've got to repeat this block cache: - key: ninja-2022-v13 @@ -1129,7 +1129,7 @@ Windows_MSBuild_RelWithDebInfo_GroupTwo: - .Windows_MSBuild_RelWithDebInfo variables: <<: *target-group-two - CCACHE_SIZE: 2.5G + CCACHE_SIZE: 1.5G # GitLab won't let us use non-predefined variables in cache keys, so we've got to repeat this block cache: - key: msbuild-2022-v13