majn / telegram-purple

Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers.
GNU General Public License v2.0
735 stars 81 forks source link

Include ppc64le jobs for gcc. Install gettext #563

Closed gururajrkatti closed 3 years ago

gururajrkatti commented 3 years ago

This PR adds CI support for the IBM Power Little Endian (ppc64le) architecture. The idea is to ensure that the builds on this architecture are continuously tested along with the Intel builds (amd64) as this is part of the ubuntu distro on that architecture as well and detecting (and fixing) any issues or failures early would help to ensure that we are always up to date.

BenWiederhake commented 3 years ago

Thanks!

Are you aware that development for telegram-purple has basically stopped? tdlib-purple is about to become its successor. If you're interested, you might want to make a similar PR here.

BenWiederhake commented 3 years ago

Included in v1.4.5.

gururajrkatti commented 3 years ago

Thanks for the feedback and suggestion. I have created https://github.com/ars3niy/tdlib-purple/pull/100 accordingly