Deflake some build issues

* Disable sccache on Windows
* Add workaround for EBUSY/UNKNOWN spawn errors
This commit is contained in:
Ashcon Partovi
2024-08-01 18:18:56 -07:00
parent 2f30e19835
commit c6d508972f
5 changed files with 51 additions and 40 deletions

View File

@@ -487,7 +487,7 @@ if(USE_UNIFIED_SOURCES)
endif()
# CCache
find_program(CCACHE_PROGRAM sccache)
# find_program(CCACHE_PROGRAM sccache)
find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)