mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 01:07:10 +00:00
Build grpcio 1.72.1
This commit is contained in:
parent
9b2da3b972
commit
6ec3ea4de4
5
.github/workflows/wheels.yml
vendored
5
.github/workflows/wheels.yml
vendored
@ -235,6 +235,9 @@ jobs:
|
|||||||
- name: Create requirements file for custom build
|
- name: Create requirements file for custom build
|
||||||
run: |
|
run: |
|
||||||
touch requirements_custom.txt
|
touch requirements_custom.txt
|
||||||
|
echo "grpcio==1.72.1" >> requirements_custom.txt
|
||||||
|
echo "grpcio-status==1.72.1" >> requirements_custom.txt
|
||||||
|
echo "grpcio-reflection==1.72.1" >> requirements_custom.txt
|
||||||
|
|
||||||
- name: Build wheels (custom)
|
- name: Build wheels (custom)
|
||||||
uses: cdce8p/wheels@master
|
uses: cdce8p/wheels@master
|
||||||
@ -244,11 +247,11 @@ jobs:
|
|||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
wheels-key: ${{ secrets.WHEELS_KEY }}
|
wheels-key: ${{ secrets.WHEELS_KEY }}
|
||||||
env-file: true
|
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
|
skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;propcache;protobuf;pymicro-vad;yarl
|
||||||
constraints: "homeassistant/package_constraints.txt"
|
constraints: "homeassistant/package_constraints.txt"
|
||||||
requirements: "requirements_custom.txt"
|
requirements: "requirements_custom.txt"
|
||||||
verbose: true
|
verbose: 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;zlib-ng-dev"
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: home-assistant/wheels@2025.03.0
|
uses: home-assistant/wheels@2025.03.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user