briansmith / ring

Safe, fast, small crypto using Rust
Other
3.68k stars 693 forks source link

build.rs: Unify the way generated sources are processed. #1968

Closed briansmith closed 5 months ago

briansmith commented 5 months ago

If we're not using pregenerated sources, then just immediately generate the sources and then continue on using the same logic as we use when we are using pregenerated sources. This makes things easier to understand and maintain.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 96.30%. Comparing base (2e13710) to head (f9f2fdc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1968 +/- ## ======================================= Coverage 96.29% 96.30% ======================================= Files 135 135 Lines 20663 20663 Branches 226 226 ======================================= + Hits 19898 19899 +1 Misses 730 730 + Partials 35 34 -1 ```

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