Closed Systemcluster closed 6 months ago
Hi, please try installing sccache via cargo install sccache --locked
. Otherwise, you are install sccache with the latest version instead of the one we tested and locked.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 43.92%. Comparing base (
0cc0c62
) to head (63d8bc7
). Report is 21 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently
cargo install sccache
fails due to missingwinapi
features:This is due to the recent
winapi-utils
update removing itswinapi
depencency, which before, through feature-unification, made them available tosccache
: https://github.com/BurntSushi/winapi-util/commit/732de05aa8e75489864e57896e58ab987802fc50Both
"processenv"
and"std
" are required to compile.