mischov / meeseeks_html5ever

Meeseeks-specific NIF binding of html5ever using Rustler.
Apache License 2.0
10 stars 15 forks source link

Add RUSTLER_NIF_VERSION to release workflow #62

Closed mischov closed 1 year ago

mischov commented 1 year ago

Error seen in Meeseeks (segfault during compilation with OTP 23) similar to https://github.com/philss/rustler_precompiled/issues/23, which was caused by RUSTLER_NIF_VERSION not being passed into cross.

In Meeseek's case cross is not being used, but I am not seeing RUSTLER_NIF_VERSION being set anywhere in philss/rustler-precompiled-action@v1.0.0 so I am going to try setting it directly in release.yml.