django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

Adding Power support(ppc64le) with ci and testing to the project for architecture independent

Open asellappen opened this issue 3 years ago • 2 comments

I am working for IBM to port cpu arch ppc64le for open sources.

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.

This helps us simplify testing later when distributions are re-building and re-releasing,We typically build applications for customers and ISVs, and while we don't use this package directly, we do count on all of the packages in debian/ubuntu to build other packages. So we more likely have this as a second or third level dependency and couldn't tell you explicitly which features we use or our usage model.

Please help to verify and merge.

asellappen avatar Dec 22 '20 13:12 asellappen

Hello @asellappen Thank you for your contribution.

Currently there is some problem with the Travis and I'm looking for migrating the project for using Github Actions. Do you know if they support ppc64le in order to make it test on that architecture?

vstoykov avatar Jan 22 '21 14:01 vstoykov

Hey @asellappen. We already migrated to use GitHub Actions. Probbaly new PR need to be made in order to test for that architecture.

You can change your PR to introduce the change in GitHub Actions to test for ppc64le.

vstoykov avatar Oct 13 '21 22:10 vstoykov