briansmith / ring

Safe, fast, small crypto using Rust
Other
3.69k stars 697 forks source link

Build: Add compile-time checks regarding ABI assumptions. #1918

Closed briansmith closed 7 months ago

briansmith commented 8 months ago

@pixlwave PTAL at this, to understand the issues with arm64_32 in particular.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (c5eb21e) 96.01% compared to head (b792a28) 96.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1918 +/- ## ======================================= Coverage 96.01% 96.02% ======================================= Files 136 136 Lines 20776 20776 Branches 226 226 ======================================= + Hits 19949 19951 +2 Misses 792 792 + Partials 35 33 -2 ```

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

pixlwave commented 7 months ago

Ok yep, this helps explain more about the build system/configuration to me 👍