aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
258 stars 105 forks source link

Remove source patches for python main integration test #1681

Closed WillChilds-Klein closed 1 day ago

WillChilds-Klein commented 2 days ago

Issues:

n/a

Description of changes:

As of CPython PR #117785, CPython can now build against AWS-LC without any source code modifications. The only patches we still require are to configure the build and work around (expected) test failures.

Call-outs:

n/a

Testing:

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 2 days ago

Codecov Report

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

Project coverage is 78.23%. Comparing base (8415b37) to head (ca26667).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1681 +/- ## ========================================== - Coverage 78.27% 78.23% -0.04% ========================================== Files 566 566 Lines 95197 95197 Branches 13665 13663 -2 ========================================== - Hits 74511 74479 -32 - Misses 20092 20123 +31 - Partials 594 595 +1 ```

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