Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an elixir compiled on OTP-20+ for 1.7 images #90

Open
NobbZ opened this issue Sep 10, 2018 · 3 comments
Open

Use an elixir compiled on OTP-20+ for 1.7 images #90

NobbZ opened this issue Sep 10, 2018 · 3 comments

Comments

@NobbZ
Copy link

NobbZ commented Sep 10, 2018

Due to a changed internal debugging format, OTP 21 does not support the OTP-19 style debug info. This causes a lot of errors about not found debug symbols when trying to use dialyzer in this constellation.

To actually make dialyzer happy again one needs to use an elixir that is compiled with OTP 20 at least.

@amuino
Copy link

amuino commented Sep 26, 2018

It seems that the problem comes from using the Precompiled release from Github instead of the custom-built versions in repo.hex.pm that were being used for 1.6.x (along with the 1.6.6-otp-21 style tags)

Not sure what is the reason for this change?

@c0b
Copy link
Owner

c0b commented Sep 27, 2018

it's not a change recently, it was using the Precompiled release since beginning of this repo (early 2016) because @josevadim recommended that way

#87 and a few other threads have discussion we will change to use the repo.hex.pm builds...

@dideler
Copy link

dideler commented Dec 18, 2018

Think this can be closed now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants