-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport] [1.x] add support for ppc64le architecture (#5459) #6224
Conversation
Signed-off-by: Andriy Redko <[email protected]>
noJdkDarwinTar { | ||
archiveClassifier = 'no-jdk-darwin-x64' | ||
content { | ||
archiveFiles(modulesFiles('darwin-x64'), 'tar', 'darwin', 'x64', false) | ||
} | ||
} | ||
|
||
noJdkDarwinArm64Tar { |
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.
Also seems like M1 is missed, adding that
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 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
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…earch-project#6224) Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: Priya Seth <[email protected]>
Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: Priya Seth <[email protected]>
Backport of #5459 to
1.x