hexpm/bob

Have Erlang/OTP 17-19 work with Ubuntu 18.04

Closed this issue · 5 comments

As per @wojtekmach's erlef/setup-beam#7 and @ericmj's erlef/setup-beam#7 (comment) Erlang/OTP should work (there's an SSL-related issue) with Ubuntu 18.04.

I'm not sure this would solve #70, but potentially.

#70 is not related since it's about docker containers.

This issue should be on the setup-beam repo. The build is likely correct, what we need to explore is if we can change the installed Ubuntu packages in the action.

Oh. Could you transfer the issue there, then? And to get this right... for certain Ubuntu versions you want to install SSL prior to Erlang/OTP using something similar to https://github.com/hexpm/bob/blob/master/priv/scripts/docker/erlang-ubuntu-bionic.dockerfile#L44, right?

I can't transfer between organizations.

We need to look into if changing the version the ssl libraries will fix the issue. The order this is done does not matter.

Closing as per the mention.