-
Notifications
You must be signed in to change notification settings - Fork 135
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
Update Build Script to build libraries with SIMD #1451
Update Build Script to build libraries with SIMD #1451
Conversation
@peterzhuamazon @prudhvigodithi Can you please review this PR |
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
05e20a9
to
bcc5e3b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1451 +/- ##
============================================
- Coverage 85.07% 85.02% -0.06%
Complexity 1278 1278
============================================
Files 167 167
Lines 5207 5207
Branches 493 493
============================================
- Hits 4430 4427 -3
- Misses 570 573 +3
Partials 207 207 ☔ View full report in Codecov by Sentry. |
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.
LGTM!
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.
LGTM, thank you
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.
Just reviewed with @naveentatikonda and I am ok with this change
Signed-off-by: Naveen Tatikonda <navtat@amazon.com> (cherry picked from commit 8eb0776)
…project#1451) (opensearch-project#1454)" This reverts commit d5b4237. Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
…project#1451)" This reverts commit 8eb0776.
Description
Update build script to build and include both the versions of JNI libraries (with and without SIMD optimization) in the final artifact by creating two subdirectories
lib
andlib_simd
.Issues Resolved
opensearch-project/opensearch-build#4386
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.