gancho-ivanov commented on issue #1884: URL: https://github.com/apache/accumulo/issues/1884#issuecomment-775171970
+1 to add CI on ARM64! @ctubbsii Accumulo is coded mostly in Java but still there is `server/native` that produces a `.so` (Linux native library). I have built Accumulo on ARM64 hardware and there is no problem, but with a CI we could be sure that there are no regressions. Also, in the past I've had problems with third party dependencies like Protobuf-Java and Brotli. That is, the project itself is platform independent but some of the dependencies may lead to problems. Accumulo uses GitHub Actions and there is no support for ARM64 there yet (it is [planned](https://github.com/github/roadmap/issues/95) for Q1 2021 though) but you may use TravisCI just for testing on ARM64 (and PPC64, s390x). If you like the idea I'd be happy to provide a Pull Request! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
