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

[Backport 2.x] Fix non-x64 bwc build targets #16584

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 9f790ee from #16575.

There were a few issues here: the '-x64' suffix was being unconditionally
appeneded, debian uses underscores not hyphens, and the rpm target uses the
'.86_64' suffix.

Signed-off-by: Andrew Ross <[email protected]>
(cherry picked from commit 9f790ee)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Nov 6, 2024

✅ Gradle check result for d0d98ac: SUCCESS

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 71.85%. Comparing base (dc4a5f4) to head (d0d98ac).
Report is 3 commits behind head on 2.x.

Files with missing lines Patch % Lines
...e/internal/InternalDistributionBwcSetupPlugin.java 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16584      +/-   ##
============================================
+ Coverage     71.78%   71.85%   +0.06%     
- Complexity    65361    65385      +24     
============================================
  Files          5313     5313              
  Lines        305089   305102      +13     
  Branches      44452    44454       +2     
============================================
+ Hits         219015   219219     +204     
+ Misses        67796    67582     -214     
- Partials      18278    18301      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrross andrross merged commit a957ded into 2.x Nov 6, 2024
63 of 65 checks passed
@andrross andrross deleted the backport/backport-16575-to-2.x branch November 6, 2024 21:05
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.

2 participants