mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user