-
Notifications
You must be signed in to change notification settings - Fork 417
Travis-ci: added support for ppc64le #58
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
Conversation
There is no native code in this library, and therefore if there are CPU architecture differences at runtime that would be a JVM bug. Doesn't seem like there needs to be different architecture builds/tests, or else we should include all kinds of other architectures like ARM. Or am I missing something?
Hi @paulirwin ! Thank you for this very quick comment!
Indeed, I don't think adding specific ppc64le tests makes sense.
@sanjaymsh : Is there a real case for this? A bug you encountered?
Hi,
I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjaymsh/java-string-similarity/builds/191872664 . I believe it is ready for the final review and merge.
Please have a look on it.
Thanks !!