OpenHFT / Zero-Allocation-Hashing

Zero-allocation hashing for Java
Apache License 2.0
787 stars 136 forks source link

Enable Tests on Big Endian Arch (s390x) #39

Closed gzm55 closed 4 years ago

gzm55 commented 4 years ago
  1. in travis-ci, add jdk 7-13 on s390x arch, which is big-endian, into test matrix
  2. all test cases pass on s390x arch
  3. add maven wrapper
  4. add a local script (mvnw-in-be-docker) to run tests in a jdk 8 and big-endian docker image

Close #2