1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-24 03:00:55 +00:00

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.
This commit is contained in:
AnyOldName3 2026-01-17 02:35:41 +00:00
parent ddf715f148
commit 9bb5ef06ec

View file

@ -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