briansmith / ring

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

build.rs: Pass aarch64-pc-windows-msvc .S files directly to cc-rs. #1970

Closed briansmith closed 5 months ago

briansmith commented 5 months ago

cc-rs now appears to do the right thing, so remove the workaround. This removes the dependency on cc-rs from the preassembly step and simplifies the logic.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 96.29%. Comparing base (ee1c110) to head (37aa1e9).

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

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