linuxserver / docker-babybuddy

GNU General Public License v3.0
37 stars 13 forks source link

add lxml deps #12

Closed aptalca closed 2 years ago

aptalca commented 2 years ago

closes #11 closes #10

For lxml, amd64 uses the official wheel provided, named lxml-4.6.4-cp39-cp39-musllinux_1_1_x86_64.whl, which doesn't seem to work. Arm32 and aarch64 builds use the lsio built wheels from https://wheel-index.linuxserver.io and they work. We'll force amd64 to compile it instead of using the official wheel while we investigate the issue. This will fix the currently broken image for the latest version.

LinuxServer-CI commented 2 years ago

I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/babybuddy/v1.9.1-pkg-64dff989-pr-12/index.html https://ci-tests.linuxserver.io/lspipepr/babybuddy/v1.9.1-pkg-64dff989-pr-12/shellcheck-result.xml

aptalca commented 2 years ago

Arm32 and arm64 install from wheels that we build and host. Unfortunately the amd64 build uses the wheel from pypi and that one doesn't seem to work. I'll have to look into it further

LinuxServer-CI commented 2 years ago

I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/babybuddy/v1.9.1-pkg-5327358a-pr-12/index.html https://ci-tests.linuxserver.io/lspipepr/babybuddy/v1.9.1-pkg-5327358a-pr-12/shellcheck-result.xml