Commit 7d43f3f4 authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

Prevent sccache server from shutting down during build

parent e34c2ee3
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"installDir": "${sourceDir}/build/install/${presetName}", "installDir": "${sourceDir}/build/install/${presetName}",
"environment": { "environment": {
"MY_ENVIRONMENT_VARIABLE": "NONE", "MY_ENVIRONMENT_VARIABLE": "NONE",
"PATH": "/usr/local/.cargo/bin:$penv{PATH}" "PATH": "/usr/local/.cargo/bin:$penv{PATH}",
"SCCACHE_IDLE_TIMEOUT": "7200"
}, },
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug", "CMAKE_BUILD_TYPE": "Debug",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment