java-string-similarity icon indicating copy to clipboard operation
java-string-similarity copied to clipboard

Travis-ci: added support for ppc64le

Open sanjaymsh opened this issue 3 years ago • 2 comments

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 !!

sanjaymsh avatar Oct 23 '20 10:10 sanjaymsh

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?

paulirwin avatar Oct 23 '20 16:10 paulirwin

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?

tdebatty avatar Oct 24 '20 08:10 tdebatty