Replies: 5 comments 10 replies
-
That should be the best possible we can get. |
Beta Was this translation helpful? Give feedback.
-
Unless CMake can only recompile changed files (Because we can store the whole Cmake cache and still have the command run.), then I'd agree. |
Beta Was this translation helpful? Give feedback.
-
The cache can be up to 10GB. Anyways, any questions or suggestions? |
Beta Was this translation helpful? Give feedback.
-
@ultimaweapon Chart updated with Cmake cache added! More than a full minute decrease from the last build time! |
Beta Was this translation helpful? Give feedback.
-
New change. Note: Changing the workflow YMLs or Dependency files will invalidate the Cmake cache due to the build environment being changed. |
Beta Was this translation helpful? Give feedback.
-
I have it where QT auto caches, Vulkan SDK caches as we have it on a hardset version, and VCPKG keeps a cache until any dependency files are changed. If they're changed, VCPKG runs again and caches the new dependencies. Either way... Any other things we can cache for faster action times? I was not able to have Vulkan cache for linux as it's an Apt install.
Action times: These are builds re-executed to test with cache.
Beta Was this translation helpful? Give feedback.
All reactions