image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.86k stars 597 forks source link

feat: add sccache to the build pipeline #2272

Closed sassman closed 2 months ago

sassman commented 2 months ago

This PR builds all on CI with the sccache from Mozilla. It should in theory speed up builds by a significant amount of time.

But let's see.

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.

HeroicKatora commented 2 months ago

I don't think it had much of an effect, yet? In fact seems a little slower on first sight of comparing the different feature configuration tests with the ones from the main branch.

sassman commented 2 months ago

yeah, does not look too promising. I guess I'll close the PR then.

HeroicKatora commented 2 months ago

Thank you for the experiment in any case :+1: