google / brotli-wheels

Brotli wheels
MIT License
10 stars 16 forks source link

Add ARM v7 wheel #17

Open jdholtz opened 1 year ago

jdholtz commented 1 year ago

Hi. I am trying to install the Brotli package via pip on ARM v7 architecture for Alpine Linux with GitHub Actions. However, it is attempting to build and install it from source, which takes over 5 minutes for me. Here is the message it shows when before building the wheel (as proof it isn't fetching the wheel automatically): Building wheel for brotli (setup.py): started. I would love to create a PR for this, but unfortunately I don't have access to an ARM v7 device. Thanks!