aws / aws-lc-rs

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. The library strives to be API-compatible with the popular Rust library named ring.
Other
318 stars 49 forks source link

Also aws-lc-sys -Wno-overriding-t-option #596

Closed justsmth closed 1 week ago

justsmth commented 1 week ago

Description of changes:

I found that this error can also happen in aws-lc-sys:

error: failed to run custom build command for `aws-lc-sys v0.23.0 (/Users/runner/work/aws-lc-rs/aws-lc-rs/aws-lc-sys)`
...
clang: error: overriding '-mmacosx-version-min=13.7' option with '--target=x86_64-apple-macosx14.2' [-Werror,-Woverriding-t-option]

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

codecov-commenter commented 1 week ago

Codecov Report

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

Project coverage is 92.62%. Comparing base (c358484) to head (ce08556). Report is 112 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #596 +/- ## ========================================== - Coverage 95.80% 92.62% -3.18% ========================================== Files 61 67 +6 Lines 8143 9544 +1401 Branches 0 9544 +9544 ========================================== + Hits 7801 8840 +1039 - Misses 342 430 +88 - Partials 0 274 +274 ```

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