Skip to content
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

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

Merged
merged 3 commits into from
Nov 18, 2024

Conversation

VijayanB
Copy link
Member

@VijayanB VijayanB commented Nov 18, 2024

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

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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 VijayanB changed the title Upgrade bytebuddy and objenesis version to match OpenSearch core Upgrade bytebuddy and objenesis version to match OpenSearch core and, update github ci runner for macos Nov 18, 2024
@VijayanB
Copy link
Member Author

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

macos-12 is deprecated, upgrading to macos 13

Signed-off-by: Vijayan Balasubramanian <[email protected]>
Signed-off-by: Vijayan Balasubramanian <[email protected]>
@VijayanB VijayanB merged commit 4992736 into opensearch-project:main Nov 18, 2024
35 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 18, 2024
… update github ci runner for macos (#2279)

* Upgrade bytebuddy and objenesis version to match OpenSearch core

Signed-off-by: Vijayan Balasubramanian <[email protected]>

* update github runner to macos-13

macos-12 is deprecated, upgrading to macos 13

Signed-off-by: Vijayan Balasubramanian <[email protected]>

* Install libomp before running build

Signed-off-by: Vijayan Balasubramanian <[email protected]>

---------

Signed-off-by: Vijayan Balasubramanian <[email protected]>
(cherry picked from commit 4992736)
VijayanB added a commit that referenced this pull request Nov 18, 2024
… update github ci runner for macos (#2279) (#2280)

* Upgrade bytebuddy and objenesis version to match OpenSearch core

Signed-off-by: Vijayan Balasubramanian <[email protected]>

* update github runner to macos-13

macos-12 is deprecated, upgrading to macos 13

Signed-off-by: Vijayan Balasubramanian <[email protected]>

* Install libomp before running build

Signed-off-by: Vijayan Balasubramanian <[email protected]>

---------

Signed-off-by: Vijayan Balasubramanian <[email protected]>
(cherry picked from commit 4992736)

Co-authored-by: Vijayan Balasubramanian <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants