From 0214e70333bdf64bc3c038503e01eae63a47bbf1 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 4 Jan 2026 18:37:38 +0000 Subject: [PATCH] Save binary log for MSBuild this should let us inspect things in more detail, and hopefully explain why things are being rebuilt. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2a35293be..6c08ce26e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -995,7 +995,7 @@ Windows_Ninja_CacheInit: - cd MSVC2022_64 - Get-Volume - $env:CCACHE_IGNOREHEADERS = "$(Get-Location)\deps" - - cmake --build . --config $config --target ($targets.Split(' ')) + - cmake --build . --config $config --target ($targets.Split(' ')) -- /bl - ccache --show-stats -vv - cd $config - echo "CI_COMMIT_REF_NAME ${CI_COMMIT_REF_NAME}`r`nCI_JOB_ID ${CI_JOB_ID}`r`nCI_COMMIT_SHA ${CI_COMMIT_SHA}" | Out-File -Encoding UTF8 CI-ID.txt @@ -1048,6 +1048,7 @@ Windows_Ninja_CacheInit: - "*.log" - MSVC2022_64/*.log - MSVC2022_64/**/*.log + - MSVC2022_64/*.binlog - "*_to-be-merged.txt" variables: CCACHE_SIZE: 2.5G