briansmith / ring

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

Include Windows .asm source files in packaged releases. #1964

Closed briansmith closed 5 months ago

briansmith commented 5 months ago

Pregenerate .asm files to pregenerated/ instead of pregenerated/tmp.

This simplifies the future prepackaging the symbol prefixing headers for cargo-vendor users.

This also makes progress towards allowing users of cargo vendor to eventually assemble the assembly sources on Windows themselves if they prefer.

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 (578e7f5) to head (35ba775).

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

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