jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
492 stars 190 forks source link

Adding ppc64le architecture support on travis-ci #175

Closed kishorkunal-raj closed 3 years ago

kishorkunal-raj commented 4 years ago

Hi, I had added ppc64le(Linux on Power) architecture support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and merge. The travis ci build logs can be verified from the link below. https://travis-ci.com/github/kishorkunal-raj/django-recurrence/builds/189033671

Reason behind running tests on ppc64le: This package is included in the ppc64le versions of RHEL and Ubuntu - this allows the top of tree to be tested continuously as it is for Intel, making it easier to catch any possible regressions on ppc64le before the distros begin their clones and builds. This reduces the work in integrating this package into future versions of RHEL/Ubuntu.

Please have a look.

Regards, Kishor Kunal Raj

kishorkunal-raj commented 4 years ago

Any views on the requested PR?

dominicrodger commented 3 years ago

Not interested in this - that doesn't seem like an architecture I need to support.

kishorkunal-raj commented 3 years ago

Not interested in this - that doesn't seem like an architecture I need to support.

No Issues. Thanks for taking time to review the PR.