fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
123 stars 62 forks source link

Travis-ci: added support for ppc64le #184

Closed sanjaymsh closed 4 years ago

sanjaymsh commented 4 years ago

Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjaymsh/fpylll/builds/190108827 . I believe it is ready for the final review and merge. Please have a look on it and if everything looks fine for you then please approve it for merge.

Thanks !!

malb commented 4 years ago

Thanks for this. One problem is how we'd fix issues that are flagged by this, i.e. I don't think any of the developers use ppc64le. Adding support for Travis implies committing to supporting a platform and I don't think we can.

malb commented 4 years ago

We moved away from Travis to Github Actions. Closing for now.