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

test and generate s390x #2037

Closed sylvestre closed 8 months ago

sylvestre commented 10 months ago

fails with error: failed to get bitcode from object file for LTO (could not find requested section)

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5dc97c6) 30.80% compared to head (31737f8) 30.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2037 +/- ## ======================================= Coverage 30.80% 30.81% ======================================= Files 53 53 Lines 20037 20037 Branches 9719 9719 ======================================= + Hits 6173 6174 +1 Misses 7950 7950 + Partials 5914 5913 -1 ```

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