wbond / asn1crypto

Python ASN.1 library with a focus on performance and a pythonic API
MIT License
335 stars 140 forks source link

Add ppc64le jobs to Travis CI #188

Closed daxtens closed 4 years ago

daxtens commented 4 years ago

As with ARM64, Travis CI supports ppc64le ("Power") now.

I've just mimicked the job that ARM64 does, I think that provides decent coverage without bloating the test matrix too much. (We could also test pypy on Power, but I don't think it gets us too much extra value.)

If any issues come up with the Power build in future, feel free to tag me in and I'll have a look - I have access to Power systems at work.

wbond commented 4 years ago

Looks good. The CI failure is a borked thing with Homebrew, I'll get that fixed up after merging.