Use sccache or actions/cache@v2 improve build time
Closed this issue · 1 comments
aslamplr commented
aslamplr commented
Setup sccache
locally, it's working. It is useful only in case there is a clean build. My workflow doesn't have a clean build as of now. So no improvement locally. But its too early to say so.
On CI, it would be good to go with actions/cache@v2
since it's more native to GitHub Actions and the storage is native as well. If we go with sccache
we need to provide storage externally either via s3
or azure
that wouldn't be a good choice as we are going minimalistic ATM.