You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As your issue for Elixir itself has been classified as a real bug (as far as I can see it should have even received a fix by now?) it might be best to slightly circumvent this problem for now.
With a new application it looked like adding :mmdb2_decoder to either :extra_applications or :applications in your own mix.exs seems to build a working release. Once Elixir has received a 1.9.1 release it should work as expected 🤔
In elixir 1.9, it added
mix release
task to build a release without using distillery.However it doesn't work with
geolix
lib, since in the mix.exs,The
included_application
part will makemix release
complain.The solution is to move the
mmdb2_decoder
to applications would work.The text was updated successfully, but these errors were encountered: