compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Speed up build_cache process when not needing to build cache #270

Closed mcbarton closed 1 month ago

mcbarton commented 1 month ago

This should essentially allow workflow runs to skip over the build_cache matrix stage when the cache exists and doesn't need to be built.

mcbarton commented 1 month ago

@vgvassilev This PR takes waiting for the build_cache stage running from 3 1/2 minute to 21 seconds, when a cache already exists, allowing PRs to run faster.

vgvassilev commented 1 month ago

Nice!