processone / fast_tls

TLS / SSL OpenSSL-based native driver for Erlang / Elixir
https://www.ejabberd.im
Other
83 stars 37 forks source link

PullRequest_erlang-p1-tls #49

Closed santosh653 closed 3 years ago

santosh653 commented 3 years ago

Excluding job for non supported otp_releases=17.1/18.3/19.3 for ubuntu 16.04 & arch:ppc64le & making the build run for remaining otp_releases.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 62.194% when pulling 4a42ab4409374c7b0831084bdc400d2bb0a678d5 on santosh653:master into 03e21cefc7ff00d48eb4d311a99c2c7b4f8e2887 on processone:master.

santosh653 commented 3 years ago

Adding power support ppc64le

This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3.

Excluding Jobs for otp_releases:17.1/18.3/19.3 as these are not supported on Ubuntu16.04 with arch: ppc64le Please refer to the link: https://docs.travis-ci.com/user/languages/erlang/#otprelease-versions

The build is successful for rest all(including arch: ppc64le/amd64). Pleas refer to Travis link: https://travis-ci.com/github/santosh653/fast_tls

And added a new line under "before_install" to make the build run for otp_releases: 20.3/21.3/22.3/23.0 which are supported on Ubuntu16.04 with arch: ppc64le.

santosh653 commented 3 years ago

@coveralls For your kind attention & Action, Please do let me know if I am missing any other required information OR if you need any further information related to successful build.

santosh653 commented 3 years ago

@coveralls If all the tests are successful, Can you please consider this PR to process further?