Skip to content

cdce8p/wheels

 
 

Repository files navigation

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.13 / musllinux_1_2

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

Version of system builds:

  • GCC 14.2.0
  • Cython 3.1.4
  • numpy 2.3.3
  • scikit-build 0.18.1
  • cffi 2.0.0

Python 3.14 / musllinux_1_2

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

Version of system builds:

  • GCC 14.2.0
  • Cython 3.1.4
  • numpy 2.3.3
  • scikit-build 0.18.1
  • cffi 2.0.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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 96.0%
  • Dockerfile 2.2%
  • Shell 1.8%