bitwalker / exrm

Automatically generate a release for your Elixir project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to deploy nif application dependencies

RobinClowers opened this issue · comments

We just added the fast_xml package to our app, and now our releases fail to start because the nif is missing. How can we get exrm to include it in the release?

It turns out I didn't read the error carefully enough, the actual issue was not having a dependency of fast_xml in our applications list.

I spoke too soon, it appears that this works sometimes, but other times the .so file doesn't get included in the release.

Turns out it was a bug in fast_xml, which my coworker fixed: processone/fast_xml#6