Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Marc Mueller
5142f1fc7b Build cython 3.0.11 2024-11-10 13:08:17 +01:00
Marc Mueller
cd15611f8b Only build custom wheels 2024-11-10 13:07:19 +01:00

View file

@ -106,7 +106,7 @@ jobs:
core:
name: Build Core wheels ${{ matrix.abi }} for ${{ matrix.arch }} (musllinux_1_2)
if: github.repository_owner == 'home-assistant'
if: false && github.repository_owner == 'home-assistant'
needs: init
runs-on: ubuntu-latest
strategy:
@ -208,9 +208,28 @@ jobs:
touch requirements_old-cython.txt
cat homeassistant/package_constraints.txt | grep 'pydantic==' >> requirements_old-cython.txt
- name: Create requirements file for custom build
run: |
touch requirements_custom.txt
echo "cython==3.0.11 # force update" >> requirements_custom.txt
- name: Build wheels (custom)
uses: cdce8p/wheels@master
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }}
env-file: true
apk: "bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev;yaml-dev;openblas-dev;fftw-dev;lapack-dev;gfortran;blas-dev;eigen-dev;freetype-dev;glew-dev;harfbuzz-dev;hdf5-dev;libdc1394-dev;libtbb-dev;mesa-dev;openexr-dev;openjpeg-dev;uchardet-dev;nasm"
skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;propcache;protobuf;pymicro-vad;yarl;cython
constraints: "homeassistant/package_constraints.txt"
requirements-diff: "requirements_diff.txt"
requirements: "requirements_custom.txt"
- name: Build wheels (old cython)
uses: home-assistant/wheels@2024.11.0
if: matrix.abi == 'cp312'
if: false && matrix.abi == 'cp312'
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
@ -226,6 +245,7 @@ jobs:
- name: Build wheels (part 1)
uses: home-assistant/wheels@2024.11.0
if: false
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
@ -240,6 +260,7 @@ jobs:
- name: Build wheels (part 2)
uses: home-assistant/wheels@2024.11.0
if: false
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
@ -254,6 +275,7 @@ jobs:
- name: Build wheels (part 3)
uses: home-assistant/wheels@2024.11.0
if: false
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2