forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,11 +34,11 @@ jobs: | |
architectures: ${{ steps.info.outputs.architectures }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v5.1.0 | ||
uses: actions/setup-python@v5.2.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
@@ -48,7 +48,7 @@ jobs: | |
python -m venv venv | ||
. venv/bin/activate | ||
python --version | ||
pip install "$(grep '^uv' < requirements_test.txt)" | ||
pip install "$(grep '^uv' < requirements.txt)" | ||
uv pip install -r requirements.txt | ||
- name: Get information | ||
|
@@ -84,14 +84,15 @@ jobs: | |
) > .env_file | ||
- name: Upload env_file | ||
uses: actions/upload-artifact@v4.3.4 | ||
uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: env_file | ||
path: ./.env_file | ||
include-hidden-files: true | ||
overwrite: true | ||
|
||
- name: Upload requirements_diff | ||
uses: actions/upload-artifact@v4.3.4 | ||
uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: requirements_diff | ||
path: ./requirements_diff.txt | ||
|
@@ -103,7 +104,7 @@ jobs: | |
python -m script.gen_requirements_all ci | ||
- name: Upload requirements_all_wheels | ||
uses: actions/upload-artifact@v4.3.4 | ||
uses: actions/upload-artifact@v4.4.0 | ||
with: | ||
name: requirements_all_wheels | ||
path: ./requirements_all_wheels_*.txt | ||
|
@@ -120,7 +121,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: Download env_file | ||
uses: actions/[email protected] | ||
|
@@ -132,6 +133,12 @@ jobs: | |
with: | ||
name: requirements_diff | ||
|
||
- name: Adjust build env | ||
run: | | ||
# Don't build wheels for uv as uv requires a greater version of rust as currently available on alpine | ||
sed -i "/uv/d" requirements.txt | ||
sed -i "/uv/d" requirements_diff.txt | ||
- name: Build wheels | ||
uses: jethub-homeassistant/[email protected] | ||
with: | ||
|
@@ -141,7 +148,7 @@ jobs: | |
wheels-key: ${{ secrets.WHEELS_KEY }} | ||
env-file: true | ||
apk: "libffi-dev;openssl-dev;yaml-dev;nasm" | ||
skip-binary: aiohttp | ||
skip-binary: aiohttp;multidict;yarl | ||
constraints: "homeassistant/package_constraints.txt" | ||
requirements-diff: "requirements_diff.txt" | ||
requirements: "requirements.txt" | ||
|
@@ -158,7 +165,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: Download env_file | ||
uses: actions/[email protected] | ||
|
@@ -175,6 +182,18 @@ jobs: | |
with: | ||
name: requirements_all_wheels | ||
|
||
- name: Adjust build env | ||
run: | | ||
if [ "${{ matrix.arch }}" = "i386" ]; then | ||
echo "NPY_DISABLE_SVML=1" >> .env_file | ||
fi | ||
# Do not pin numpy in wheels building | ||
sed -i "/numpy/d" homeassistant/package_constraints.txt | ||
# Don't build wheels for uv as uv requires a greater version of rust as currently available on alpine | ||
sed -i "/uv/d" requirements.txt | ||
sed -i "/uv/d" requirements_diff.txt | ||
- name: Split requirements all | ||
run: | | ||
# We split requirements all into multiple files. | ||
|
@@ -188,22 +207,11 @@ jobs: | |
# Some dependencies still require 'cython<3' | ||
# and don't yet use isolated build environments. | ||
# Build these first. | ||
# grpcio: https://github.com/grpc/grpc/issues/33918 | ||
# pydantic: https://github.com/pydantic/pydantic/issues/7689 | ||
touch requirements_old-cython.txt | ||
cat homeassistant/package_constraints.txt | grep 'grpcio==' >> requirements_old-cython.txt | ||
cat homeassistant/package_constraints.txt | grep 'pydantic==' >> requirements_old-cython.txt | ||
- name: Adjust build env | ||
run: | | ||
if [ "${{ matrix.arch }}" = "i386" ]; then | ||
echo "NPY_DISABLE_SVML=1" >> .env_file | ||
fi | ||
# Do not pin numpy in wheels building | ||
sed -i "/numpy/d" homeassistant/package_constraints.txt | ||
- name: Build wheels (old cython) | ||
uses: jethub-homeassistant/[email protected] | ||
with: | ||
|
@@ -213,7 +221,7 @@ jobs: | |
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" | ||
skip-binary: aiohttp;charset-normalizer;grpcio;SQLAlchemy;protobuf;pydantic | ||
skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;protobuf;pydantic;pymicro-vad;yarl | ||
constraints: "homeassistant/package_constraints.txt" | ||
requirements-diff: "requirements_diff.txt" | ||
requirements: "requirements_old-cython.txt" | ||
|
@@ -228,7 +236,7 @@ jobs: | |
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;SQLAlchemy;protobuf;pydantic | ||
skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;protobuf;pydantic;pymicro-vad;yarl | ||
constraints: "homeassistant/package_constraints.txt" | ||
requirements-diff: "requirements_diff.txt" | ||
requirements: "requirements_all.txtaa" | ||
|
@@ -242,7 +250,7 @@ jobs: | |
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;SQLAlchemy;protobuf;pydantic | ||
skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;protobuf;pydantic;pymicro-vad;yarl | ||
constraints: "homeassistant/package_constraints.txt" | ||
requirements-diff: "requirements_diff.txt" | ||
requirements: "requirements_all.txtab" | ||
|
@@ -256,7 +264,7 @@ jobs: | |
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;SQLAlchemy;protobuf;pydantic | ||
skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;protobuf;pydantic;pymicro-vad;yarl | ||
constraints: "homeassistant/package_constraints.txt" | ||
requirements-diff: "requirements_diff.txt" | ||
requirements: "requirements_all.txtac" |