Skip to content

ffi: only build during build-release target instead of installing

This looks like an accident and should just be a build-release of the store crate. The built lib will by linked in ffi language modules like python with LD_LIBRARY_PATH so no system installation is and should be needed for purely building.

Merge request reports