philss / rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code
181 stars 25 forks source link

Always write the metadata file in compilation #37

Closed philss closed 1 year ago

philss commented 1 year ago

This makes the metadata file available for mix tasks, making the process of releasing a new version easier. So even if "force compilation" is used, we always have the metadata file available.

Closes https://github.com/philss/rustler_precompiled/issues/27