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

Reset CCache stats, set cache size

This commit is contained in:
AnyOldName3 2024-03-24 02:22:53 +00:00
parent 3f49e8db8a
commit 4ffe94d3ec

View file

@ -748,6 +748,7 @@ macOS15_Xcode16_arm64:
- $env:CCACHE_BASEDIR = Get-Location
- $env:CCACHE_DIR = "$(Get-Location)\ccache"
- New-Item -Type Directory -Force -Path $env:CCACHE_DIR
- ccache -z -M "${CCACHE_SIZE}"
- New-Item -Type File -Force -Path MSVC2022_64_Ninja\.cmake\api\v1\query\codemodel-v2
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2022 -k -V -N -b -t -C $multiview -E
- cd MSVC2022_64_Ninja
@ -813,6 +814,8 @@ macOS15_Xcode16_arm64:
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
# This is capped at 2h by GitLab for Windows Shared Runners
timeout: 2h
variables:
CCACHE_SIZE: 1.5G
.Windows_Ninja_Release:
extends: