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

Renaming CPU architecture to have consistent naming #612

Merged
merged 4 commits into from
Apr 26, 2021

Conversation

saratvemulapalli
Copy link
Member

@saratvemulapalli saratvemulapalli commented Apr 24, 2021

Description

Renaming CPU architecture to have consistent naming.
Here are the following changes:

  1. x86_64 to x64
  2. aarch64 to arm64

Issues Resolved

#606

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

@odfe-release-bot
Copy link

✅   DCO Check Passed a2ad608

@odfe-release-bot
Copy link

✅   Gradle Wrapper Validation success a2ad608

@saratvemulapalli
Copy link
Member Author

start gradle check

@odfe-release-bot
Copy link

✅   Gradle Precommit success a2ad608

@odfe-release-bot
Copy link

❌   Gradle Check failure a2ad608
Log 136

Reports 136

@saratvemulapalli
Copy link
Member Author

start gradle check

@odfe-release-bot
Copy link

✅   Gradle Wrapper Validation success 6fc52ed

@odfe-release-bot
Copy link

✅   DCO Check Passed 6fc52ed

@odfe-release-bot
Copy link

✅   Gradle Precommit success 6fc52ed

@odfe-release-bot
Copy link

✅   Gradle Check success 6fc52ed
Log 138

Reports 138

@@ -229,4 +230,15 @@ private void parseVersion(String version) {
hash = jdkVersionMatcher.group(5);
}

private String translateJdkArchitecture(String architecture) {
Copy link
Contributor

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

Copy link
Member Author

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]>
@saratvemulapalli
Copy link
Member Author

start gradle check

@odfe-release-bot
Copy link

✅   Gradle Wrapper Validation success 82a3128

@odfe-release-bot
Copy link

✅   DCO Check Passed 82a3128

@odfe-release-bot
Copy link

✅   Gradle Precommit success 82a3128

@harold-wang harold-wang self-requested a review April 26, 2021 16:24
@odfe-release-bot
Copy link

✅   Gradle Check success 82a3128
Log 140

Reports 140

Copy link
Contributor

@harold-wang harold-wang left a 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!

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