lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.09k stars 248 forks source link

Add JNI binding for Linux riscv64 #212

Open gctony opened 1 year ago

gctony commented 1 year ago

Adds riscv64 built of the JNI library to the resources.

The binary was cross-compiled in a docker container using riscv64-linux-gnu-gcc-10. I have a short script that builds the library and places it in the right place if there's interest in reproducing the build in the future.