mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

refactor: Bump OpenDAL to 0.47 #2202

Closed Xuanwo closed 5 months ago

Xuanwo commented 5 months ago

This PR will bump opendal to 0.47.

Along with this change, reqwest has been upgraded to version 0.12, which includes hyper 1.0. I plan to clean up our dependencies to eliminate duplicate usage of hyper.

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 51.38%. Comparing base (0cc0c62) to head (7901aa9). Report is 52 commits behind head on main.

Files Patch % Lines
src/cache/cache.rs 0.00% 1 Missing :warning:
src/compiler/preprocessor_cache.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2202 +/- ## =========================================== + Coverage 30.91% 51.38% +20.47% =========================================== Files 53 53 Lines 20112 20482 +370 Branches 9755 9711 -44 =========================================== + Hits 6217 10525 +4308 - Misses 7922 7996 +74 + Partials 5973 1961 -4012 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sylvestre commented 5 months ago

Should I do a new release soon with these changes?

AJIOB commented 5 months ago

Hi @sylvestre Yes, it will be awesome.

Xuanwo commented 5 months ago

Should I do a new release soon with these changes?

Looks good to me!