yobix-ai / extractous

Fast and efficient unstructured data extraction. Written in Rust with bindings for many languages.
Apache License 2.0
448 stars 17 forks source link

make the build script faster #9

Closed nmammeri closed 1 month ago

nmammeri commented 1 month ago

currently the build script rebuilds the graalvm libs often. since these are pretty much static add a way to check if we already built these in the build directory of so copy the libs to the new OUT_DIR else launch a full gradle build.