-
Notifications
You must be signed in to change notification settings - Fork 158
Fix ppc64le; Improve platform detection #2926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2926 +/- ##
==========================================
- Coverage 78.21% 78.21% -0.01%
==========================================
Files 690 690
Lines 118737 118737
Branches 16680 16679 -1
==========================================
- Hits 92876 92873 -3
- Misses 24972 24975 +3
Partials 889 889 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9eb1abb to
d6b9afd
Compare
d6b9afd to
95885f9
Compare
| #define OPENSSL_STATIC_ASSERT(cond, error) AWSLC_STATIC_ASSERT_ADD_ERROR(cond, error) | ||
|
|
||
| // Sanity check of "target.h": OPENSSL_64_BIT/OPENSSL_32_BIT must match actual pointer size | ||
| #if defined(OPENSSL_64_BIT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment on this is that these tests are duplicated many many times per build because this code is included in quite a few compilation units. Not blocking, just wanted to mention it.
e66db72
b756ced to
83140a1
Compare
83140a1 to
c650a2b
Compare
Issues:
Addresses: aws/aws-lc-rs#980
Description of changes:
Testing:
All existing CI jobs (including those for cross-compilation) pass.
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.