home-assistant / wheels

Build wheels for Home Assistant
https://wheels.home-assistant.io
Apache License 2.0
29 stars 28 forks source link

feat: add marisa-trie #711

Closed vermut closed 4 months ago

vermut commented 4 months ago

We have a small local catastrophe in one of custom components. 3.12 upgrade left us without per-compiled wheel for marisa-trie. https://github.com/DurgNomis-drol/ha_toyota/issues/258

I did fix that with cross-system QEMU build for aarch64, but armv?l is not supported by that. https://github.com/pytries/marisa-trie/pull/101 https://github.com/pytries/marisa-trie/pull/102 https://github.com/piwheels/piwheels/issues/346

Maybe this is the correct place to provide a wheel for 32-bit Raspberries?

home-assistant[bot] commented 4 months ago

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks :+1:

Learn more about our pull request process.

frenck commented 4 months ago

@vermut Reverted, see for context: https://github.com/home-assistant/wheels/pull/712