Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Windows CI builds times can almost takes 90 minutes, which needs to be improved. One possibility of improvement is to introduce object caching to the builds. There are several options for Windows to be checked:
- sccache (https://github.com/mozilla/sccache)
- clcache (https://github.com/frerich/clcache)
- cclash (https://github.com/inorton/cclash)
These options need to be investigated and one of them needs to be integrated into our CI environment.