jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

Fix PPC builds #85

Closed jfhbrook closed 3 years ago

jfhbrook commented 3 years ago

Someone contributed a patch to enable tests against PPC on Travis. I migrated the primary CI suite to GitHub Actions but they don't test PPC.

I could continue testing PPC on Travis; however, travisci.com refuses to show me the pyee repo as one I can enable it for. I suspect it broke in the .org -> .com migration but I don't know for sure.

The scope of this ticket is to either find an alternate platform for testing PPC, or to get Travis working so I can continue using it to test PPC. The Travis yaml config is still there and will probably Just Work once the access issue is sorted.

This is low priority because pyee doesn't have any native deps and therefore doesn't have any PPC-specific issues - but it's lost functionalty.

jfhbrook commented 3 years ago

Closing cause Travis is apparently THAT much of a tire fire. If you want to add ppc support find a different vendor.