-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Renaming CPU architecture to have consistent naming #612
Conversation
Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
✅ DCO Check Passed a2ad608 |
✅ Gradle Wrapper Validation success a2ad608 |
start gradle check |
✅ Gradle Precommit success a2ad608 |
Signed-off-by: Sarat Vemulapalli <[email protected]>
start gradle check |
✅ Gradle Wrapper Validation success 6fc52ed |
✅ DCO Check Passed 6fc52ed |
✅ Gradle Precommit success 6fc52ed |
@@ -229,4 +230,15 @@ private void parseVersion(String version) { | |||
hash = jdkVersionMatcher.group(5); | |||
} | |||
|
|||
private String translateJdkArchitecture(String architecture) { |
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.
Do u want to change to return architecture == "arm64"? "aarch64" : architecture; ? thx
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.
I like that, sure.
Signed-off-by: Sarat Vemulapalli <[email protected]>
start gradle check |
✅ Gradle Wrapper Validation success 82a3128 |
✅ DCO Check Passed 82a3128 |
✅ Gradle Precommit success 82a3128 |
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.
Looks good to me, thanks for the change!
Description
Renaming CPU architecture to have consistent naming.
Here are the following changes:
Issues Resolved
#606
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.