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] [1.x] add support for ppc64le architecture (#5459) #6224

Merged

Conversation

reta
Copy link
Collaborator

@reta reta commented Feb 7, 2023

Backport of #5459 to 1.x

noJdkDarwinTar {
archiveClassifier = 'no-jdk-darwin-x64'
content {
archiveFiles(modulesFiles('darwin-x64'), 'tar', 'darwin', 'x64', false)
}
}

noJdkDarwinArm64Tar {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also seems like M1 is missed, adding that

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #6224 (882ff3b) into 1.x (e47d594) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##                1.x    #6224      +/-   ##
============================================
- Coverage     77.88%   77.87%   -0.01%     
- Complexity    63464    63465       +1     
============================================
  Files          4454     4454              
  Lines        275057   275062       +5     
  Branches      41176    41176              
============================================
- Hits         214235   214214      -21     
- Misses        43893    43912      +19     
- Partials      16929    16936       +7     
Impacted Files Coverage Δ
.../main/java/org/opensearch/gradle/Architecture.java 100.00% <100.00%> (+37.50%) ⬆️
.../opensearch/gradle/DistributionDownloadPlugin.java 87.03% <100.00%> (+0.24%) ⬆️
...ldSrc/src/main/java/org/opensearch/gradle/Jdk.java 61.84% <100.00%> (ø)
...ava/org/opensearch/bootstrap/SystemCallFilter.java 35.24% <100.00%> (+0.28%) ⬆️
...ch/transport/ReceiveTimeoutTransportException.java 50.00% <0.00%> (-50.00%) ⬇️
...n/indices/upgrade/post/UpgradeSettingsRequest.java 30.00% <0.00%> (-45.00%) ⬇️
...pensearch/transport/NodeDisconnectedException.java 60.00% <0.00%> (-40.00%) ⬇️
...ion/admin/cluster/node/info/PluginsAndModules.java 53.12% <0.00%> (-34.38%) ⬇️
...x/snapshots/IndexShardSnapshotFailedException.java 33.33% <0.00%> (-33.34%) ⬇️
...nsearch/test/engine/ThrowingLeafReaderWrapper.java 30.00% <0.00%> (-30.00%) ⬇️
... and 472 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@andrross andrross merged commit dff2c1f into opensearch-project:1.x Feb 7, 2023
reta added a commit to reta/OpenSearch that referenced this pull request Feb 8, 2023
reta added a commit that referenced this pull request Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants