opensearch-project / k-NN

🆕 Find the k-nearest neighbors (k-NN) for your vector data
https://opensearch.org/docs/latest/search-plugins/knn/index/
Apache License 2.0
156 stars 123 forks source link

Upgrade bytebuddy and objenesis version to match OpenSearch core and, update github ci runner for macos #2279

Closed VijayanB closed 3 days ago

VijayanB commented 3 days ago

Description

Received following conflict

   > Conflicts found for the following modules:
       - net.bytebuddy:byte-buddy between versions 1.15.10 and 1.15.4
       - org.objenesis:objenesis between versions 3.3 and 3.2

Fixed by upgrading to new version

macos-12 is deprecated, upgrade to macos-13

Also install libomp since it is missing in macos-13 Fixed by updating runner to use macos-13 image

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

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.

VijayanB commented 3 days ago

To get successful CI, i need to club both issues that breaks build into one PR