google / brotli-wheels

Brotli wheels
MIT License
10 stars 16 forks source link

Add support to build aarch64 wheels #13

Closed odidev closed 3 years ago

odidev commented 3 years ago

Closes https://github.com/google/brotli/issues/900

@anthrotype, can you please review this PR? Thanks.

odidev commented 3 years ago

Travis-ci.org will be shutting down soon so the repository needs to be migrated on travisci.com. In this PR I have used arm64-graviton2 to build AArch64 artifacts which is not supported on travis-ci.org.

Please let me know your thoughts on migrating to travisci.com.

odidev commented 3 years ago

@anthrotype, Could you please review this PR?

anthrotype commented 3 years ago

about the migration from travis.org to travis.com, I would rather migrate it to Github actions, but that's a different issue.

odidev commented 3 years ago

about the migration from travis.org to travis.com, I would rather migrate it to Github actions, but that's a different issue.

I tried using arm64 instance on travis-ci.org but its failing with error fatal: Not a git repository: /home/travis/build/odidev/brotli-wheels/src/brotli-15868/.git/modules/research/esaxx. Please let me know if you have any plans to move to github actions. I can help with this.

odidev commented 3 years ago

@anthrotype, can you please let me know your interest on migrating to GHA?

anthrotype commented 3 years ago

@odidev I'm taking care of it right now, I'll make sure of building aarch64 linux wheels as well. Stay tuned