mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Build av 13.1.0
This commit is contained in:
parent
0b7b679bb1
commit
f8ad7bebea
8
.github/workflows/wheels.yml
vendored
8
.github/workflows/wheels.yml
vendored
@ -181,7 +181,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
abi: ["cp313"]
|
||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
arch: ["armhf", "armv7"]
|
||||
# arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v4.2.2
|
||||
@ -221,6 +222,7 @@ jobs:
|
||||
- name: Create requirements file for custom build
|
||||
run: |
|
||||
touch requirements_custom.txt
|
||||
echo "av==13.1.0 # force update" >> requirements_custom.txt
|
||||
|
||||
- name: Build wheels (custom)
|
||||
uses: cdce8p/wheels@master
|
||||
@ -230,8 +232,8 @@ jobs:
|
||||
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
|
||||
# apk: "ffmpeg-dev"
|
||||
skip-binary: av
|
||||
constraints: "homeassistant/package_constraints.txt"
|
||||
requirements: "requirements_custom.txt"
|
||||
|
||||
|
@ -17,7 +17,7 @@ async-upnp-client==0.44.0
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
attrs==25.3.0
|
||||
audioop-lts==0.2.1
|
||||
av==13.1.0
|
||||
av==13.1.0 # force update
|
||||
awesomeversion==24.6.0
|
||||
bcrypt==4.3.0
|
||||
bleak-retry-connector==3.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user