From 5bbb0a5ea64ffc6021e5c3b9e9f384b3bc14b38e Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 7 Jan 2026 00:17:52 +0000 Subject: [PATCH] Unique binlog name per MSBuild invocation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c08bffda6..81bdb4385b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1000,7 +1000,7 @@ Windows_Ninja_CacheInit: - cd MSVC2022_64 - Get-Volume - $env:CCACHE_IGNOREHEADERS = "$(Get-Location)\deps" - - cmake --build . --config $config --target ($targets.Split(' ')) -- /bl + - cmake --build . --config $config --target ($targets.Split(' ')) -- /bl:`{`}.binlog - ccache --show-stats -vv - cd $config - Copy-Item ..\..\LICENSE license.txt