From 928bbed09b2c2774ddaac89411967288e4f11476 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Mon, 21 Apr 2025 22:52:24 +0100 Subject: [PATCH] Increment cache keys missed in !4450 It changed the filenames for deps, so we've got two copies of the deps in the cache, and now we're running out of disk space. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c910a0c4ed..e02c42fa31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -651,7 +651,7 @@ macOS14_Xcode15_arm64: - Get-Volume - Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log cache: - key: ninja-2022-v11 + key: ninja-2022-v12 paths: - ccache - deps @@ -798,7 +798,7 @@ macOS14_Xcode15_arm64: - Get-Volume - Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log cache: - key: msbuild-2022-v11 + key: msbuild-2022-v12 paths: - deps - MSVC2022_64/deps/Qt