mirror of
https://github.com/linuxserver/docker-homeassistant.git
synced 2026-02-20 08:40:45 +08:00
always compile grpcio due to pypi pushing a glibc only wheel
This commit is contained in:
parent
886f184a7f
commit
bc4fc7efbd
@ -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 ****" && \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user