always compile grpcio due to pypi pushing a glibc only wheel

This commit is contained in:
aptalca 2022-02-04 12:27:33 -05:00
parent 886f184a7f
commit bc4fc7efbd
3 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,7 @@ RUN \
pip install ${PIPFLAGS} \
homeassistant==${HASS_RELEASE} && \
pip install ${PIPFLAGS} \
-r requirements_all.txt && \
-r requirements_all.txt --no-binary grpcio && \
pip install ${PIPFLAGS} \
-r https://raw.githubusercontent.com/home-assistant/docker/${HASS_BASE}/requirements.txt && \
echo "**** cleanup ****" && \

View File

@ -241,6 +241,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **04.02.22:** - Always compile grpcio on arm32v7 due to pypi pushing a glibc only wheel.
* **12.12.21:** - Use the new `build.yaml` to determine HA base version.
* **25.09.21:** - Use the new lsio homeassistant wheel repo, instead of the HA wheels.
* **13.09.21:** - Build psycopg locally as the HA provided wheel does not seem to work properly.

View File

@ -61,6 +61,7 @@ unraid_template_sync: false
# changelog
changelogs:
- { date: "04.02.22:", desc: "Always compile grpcio on arm32v7 due to pypi pushing a glibc only wheel." }
- { date: "12.12.21:", desc: "Use the new `build.yaml` to determine HA base version." }
- { date: "25.09.21:", desc: "Use the new lsio homeassistant wheel repo, instead of the HA wheels." }
- { date: "13.09.21:", desc: "Build psycopg locally as the HA provided wheel does not seem to work properly." }