Add github actions pipeline for Ubuntu.
Part of Linux portion of https://github.com/dgud/wings/issues/499
@dgud Can you review?
I'm on vacation, trying to stay away from work like stuff, give me a week or so.
On Tue, Jul 26, 2022, 03:54 K. S. Ernest (iFire) Lee < @.***> wrote:
@dgud https://github.com/dgud Can you review?
— Reply to this email directly, view it on GitHub https://github.com/dgud/wings/pull/502#issuecomment-1194880928, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAATYKMPHRHGTPMIBDXCV5LVV5AOVANCNFSM54PAYOKA . You are receiving this because you were mentioned.Message ID: @.***>
Thanks. I didn't know.
@dgud ping!
Would like to build with a newer erlang version, the latest release is built with 24 and for the next we want 25, but we can start with 24.
The ubuntu 20.04 distribution uses Erlang/OTP 22.7 if I understand the version numbers
Use a ppa from erlang solutions. Will look later.
On Aug 4, 2022, at 1:35 AM, Dan Gudmundsson @.***> wrote:
Would like to build with a newer erlang version, the latest release is built with 24 and for the next we want 25, but we can start with 24.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.
The erlang example uses:
container:
image: erlang:22.0.7
That might be used (changed to a later release).
I don't understand why the actions is not run on your PR, do I need to enable something?
Please ask github support.
I have merged something that works for ubuntu. I'm closing this but please if you are still interested have a look at what I done and fix it, since I don't really know what I'm doing.
Thanks for the pull-request, I didn't understand it until I had to do it myself, and then I took some of your code.