Closed louis030195 closed 1 month ago
Hi
I wanted to get over this issue too. It looks like some conflict between the v8 and ort bindings. I don't know what the best solution is but I found that adding this to .cargo/config.toml
results in a successful build:
...
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition"]
@jandremarais oh cool, can you send a PR for this?
@jandremarais appreciate the contribution 🙏
https://github.com/mediar-ai/screenpipe/actions/runs/10856633033/job/30131659292