Classic Build Pack for libraries (CI + Release but no CD) for releasing Java, Maven, Gradle, NPM modules but without deploying on any specific cloud or infrastructure
Perhaps this is the wrong place to ask but what is best practice to implement caching in a pipeline. I'm using a slightly modified version of the rust pipeline. It works but is extremely slow. I am trying to add https://github.com/mozilla/sccache however each time the pipeline runs its reinstalling rust and sccache which defeats the purpose of using sccache.
Hi,
Perhaps this is the wrong place to ask but what is best practice to implement caching in a pipeline. I'm using a slightly modified version of the rust pipeline. It works but is extremely slow. I am trying to add https://github.com/mozilla/sccache however each time the pipeline runs its reinstalling rust and sccache which defeats the purpose of using sccache.