clayauld / hass-wheels

Build wheels for Home Assistant

Home Page:https://wheels.home-assistant.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Assistant Musl Wheels builder

https://peps.python.org/pep-0656/

Platform tags

Compile utilities:

  • build-base
  • cmake
  • git
  • linux-headers
  • autoconf
  • automake
  • cargo

Python 3.10 / musllinux_1_2

Build with Alpine 3.16 Images: ghcr.io/home-assistant/wheels/ARCH/musllinux_1_2/cp310:VERSION

Version of system builds:

  • GCC 11.2.1
  • Cython 0.29.30
  • numpy 1.22.4
  • scikit-build 0.15.0
  • cffi 1.15.0

Misc

$ python3 -m builder \
    --index https://wheels.home-assistant.io \
    --requirement requirements_all.txt \
    --upload rsync \
    --remote user@server:/wheels

Supported file transfer

  • rsync

Folder structure of index folder:

/musllinux/*

About

Build wheels for Home Assistant

https://wheels.home-assistant.io

License:Apache License 2.0


Languages

Language:Python 93.5%Language:Dockerfile 5.2%Language:Shell 1.3%