Philip Sampaio

Results 122 comments of Philip Sampaio

@sliiser I like your proposal. I think believe my PR fixes the problem of the app being loaded: https://github.com/philss/rustler_precompiled/commit/a5cd67e81ed9dc514cc0ac58f9643eb4e2637f15 WDYT?

I should work on that soon. Thanks for pointing out the issues!

@adiibanez I think you will need to run the build manually using `cargo build --target`, because that GH Action only do that behind the scenes - selecting some cargo features...

So is this working only if you force the build?

@SteffenDE sorry for the lack of attention here :/ But I agree this would be a nice addition! Do you prefer to keep it as a separated package, or to...

@chgeuer thank you for the details! I don't know yet what is going on, but I would like to know if you are publishing the package from a Windows machine....

Sorry for the delay here! I found the problem, and it's very specific to your lib: we check for the string "windows" to determine if the extension is a DLL...

Hey, I suspect that this may be some library missing inside the container. Can you print the result of the following command? ``` ldd -v /path/to/the/extracted/lib.so ``` Where this path...

@rohfosho thank you for the info! I think that's nothing wrong there, based on what you sent. Would you mind to share the Dockerfile, or the full base image tag...

@rohfosho sorry for the delay. I built a container image and ran the code, but I couldn't reproduce the problem. I'm running in a Linux environment (Fedora 41 - w/...