Compare commits

...

2 Commits

Author SHA1 Message Date
Marc Mueller
f8ad7bebea Build av 13.1.0 2025-06-09 12:42:57 +02:00
Marc Mueller
0b7b679bb1 Only build custom wheels 2025-06-09 12:42:56 +02:00
2 changed files with 23 additions and 3 deletions

View File

@@ -125,7 +125,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:
@@ -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
@@ -218,8 +219,27 @@ jobs:
sed -i "/uv/d" requirements.txt
sed -i "/uv/d" requirements_diff.txt
- 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
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }}
env-file: true
# apk: "ffmpeg-dev"
skip-binary: av
constraints: "homeassistant/package_constraints.txt"
requirements: "requirements_custom.txt"
- name: Build wheels
uses: home-assistant/wheels@2025.03.0
if: false
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2

View File

@@ -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