ci: Tolerate sccache server stop failures on Windows

Do not fail a build job because `SCCACHE_IDLE_TIMEOUT` was reached.
This commit is contained in:
Brad King
2025-11-21 11:56:56 -05:00
parent 2fbdf51cdd
commit 1e3ccf9484

View File

@@ -449,7 +449,8 @@
- ctest -VV -S .gitlab/ci/ctest_build.cmake
- (& "$pwsh" -File ".gitlab/ci/post_build.ps1")
- sccache --show-stats
- sccache --stop-server
# Tolerate already-stopped server.
- (sccache --stop-server)
interruptible: true