Open ccjernigan opened 1 year ago
There are two copies of the libusearch.so in the JAR file. This shouldn't break anything, but it would cause the JAR to be larger than it should be.
shasum -a 256 libusearch.so 0eed2c593261e727b31e83b75323de927959b4bdf36d3d48c7ce2007e018674c libusearch.so
shasum -a 256 shared/libusearch.so 0eed2c593261e727b31e83b75323de927959b4bdf36d3d48c7ce2007e018674c shared/libusearch.so
Jar contains a single
2.8.12
n/a
Arm
Other bindings
No response
Hey @ccjernigan! Thank you for spotting the issue! Any chance you know how to fix it? I'm only the basics of using Java and Bazel.
Describe the bug
There are two copies of the libusearch.so in the JAR file. This shouldn't break anything, but it would cause the JAR to be larger than it should be.
shasum -a 256 libusearch.so 0eed2c593261e727b31e83b75323de927959b4bdf36d3d48c7ce2007e018674c libusearch.so
shasum -a 256 shared/libusearch.so 0eed2c593261e727b31e83b75323de927959b4bdf36d3d48c7ce2007e018674c shared/libusearch.so
Steps to reproduce
Expected behavior
Jar contains a single
USearch version
2.8.12
Operating System
n/a
Hardware architecture
Arm
Which interface are you using?
Other bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct