rustler_precompiled icon indicating copy to clipboard operation
rustler_precompiled copied to clipboard

Use precompiled NIFs from trusted sources in your Elixir code

Results 16 rustler_precompiled issues
Sort by recently updated
recently updated
newest added

We use some env vars to configure the target OS, architecture and ABI. This is needed to support Nerves, as they set those env vars in the build/compilation process. We...

documentation

Hello there 👋🏼 Thanks for all of your work on this project. I've run into a confusing situation when publishing a package from CI. The overall intended flow is this:...

People using Alpine Linux containers on Apple machines with M1/M2 processors should benefit from this. Closes #35

People using Alpine Linux containers on Apple machines with M1/M2 processors should benefit from this.

I just spent a couple of hours banging my head against the wall about why the checksums for my library ([h3geo](https://github.com/breakroom/h3geo)) weren't being picked up when I deploy an application...

*EDIT* Sorry this seems to be fixed already. I did not check the version used by meeseeks. I'l let this open in case there was a slight difference in the...

> This certainly isn't a bug, but my own lack of understanding of how Rustler and rustler_precompiled work, so please accept upfront my sincere apologies. Rustler and rustler_precompiled are pretty...

This issue was covered https://github.com/philss/rustler_precompiled/issues/26 but I was not able to get it to work so wanted to double check if the solution is still correct and if you have...

When the NIF compilation takes an especially long time, I find myself wishing that my CI workflow didn't have to do a final `mix compile --force` prior to `mix rustler_precompiled.download`....

This is a new feature of Rustler v0.28, and was implemented in: https://github.com/rusterlium/rustler/pull/413 We should support the same API.