-
Notifications
You must be signed in to change notification settings - Fork 428
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
Drop CentOS #4314
Drop CentOS #4314
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4314 +/- ##
==========================================
- Coverage 84.30% 84.30% -0.01%
==========================================
Files 553 553
Lines 33724 33724
==========================================
- Hits 28432 28431 -1
- Misses 5292 5293 +1 ☔ View full report in Codecov by Sentry. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Actually there is no Erlang package for Rocky Linux 8 out of the box, and the EPEL package is OTP22. Since we don't support such an old version, we have to download the package from the website.
elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 8a89aed small_tests_25 / small_tests / 8a89aed small_tests_26 / small_tests / 8a89aed small_tests_26_arm64 / small_tests / 8a89aed ldap_mnesia_25 / ldap_mnesia / 8a89aed dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 8a89aed ldap_mnesia_26 / ldap_mnesia / 8a89aed dynamic_domains_mysql_redis_26 / mysql_redis / 8a89aed dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 8a89aed internal_mnesia_26 / internal_mnesia / 8a89aed pgsql_cets_26 / pgsql_cets / 8a89aed dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 8a89aed pgsql_mnesia_25 / pgsql_mnesia / 8a89aed pgsql_mnesia_26 / pgsql_mnesia / 8a89aed mysql_redis_26 / mysql_redis / 8a89aed mssql_mnesia_26 / odbc_mssql_mnesia / 8a89aed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👌 . Thanks for fixing the CI builds!
CentOS has reached End Of Life and because of that our builds started failing on CI. This PR gets rid of CentOS builds so that we can have green CI once again.
Manual run of GH Actions: https://github.com/esl/MongooseIM/actions/runs/9792072400
I changed the docs to reflect what we support, and updated the
How to build MongooseIM from source
page. The issue there is, that there is noerlang
package in the official repositories, and the EPEL (a repository with additional packages) package is OTP22. The solutions I found on the internet of adding ESL repositories for rpm didn't work from me in a VM - I assume those are outdated. There is no better solution on our website, hence, the "manual" downloading of a newer package.