Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ jobs:
fail-fast: false
matrix:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
exclude:
- arch: armv7
- arch: armhf
- arch: i386
steps:
- name: Checkout the repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
Expand Down
38 changes: 1 addition & 37 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,8 @@ jobs:

# Use C-Extension for SQLAlchemy
echo "REQUIRE_SQLALCHEMY_CEXT=1"

# Add additional pip wheel build constraints
echo "PIP_CONSTRAINT=build_constraints.txt"
) > .env_file

- name: Write pip wheel build constraints
run: |
(
# ninja 1.11.1.2 + 1.11.1.3 seem to be broken on at least armhf
# this caused the numpy builds to fail
# https://github.com/scikit-build/ninja-python-distributions/issues/274
echo "ninja==1.11.1.1"
) > build_constraints.txt

- name: Upload env_file
uses: &actions-upload-artifact actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
Expand All @@ -99,13 +87,6 @@ jobs:
include-hidden-files: true
overwrite: true

- name: Upload build_constraints
uses: *actions-upload-artifact
with:
name: build_constraints
path: ./build_constraints.txt
overwrite: true

- name: Upload requirements_diff
uses: *actions-upload-artifact
with:
Expand Down Expand Up @@ -138,13 +119,6 @@ jobs:
- os: ubuntu-latest
- arch: aarch64
os: ubuntu-24.04-arm
exclude:
- abi: cp314
arch: armv7
- abi: cp314
arch: armhf
- abi: cp314
arch: i386
steps:
- *checkout

Expand All @@ -154,12 +128,6 @@ jobs:
with:
name: env_file

- &download-build-constraints
name: Download build_constraints
uses: *actions-download-artifact
with:
name: build_constraints

- &download-requirements-diff
name: Download requirements_diff
uses: *actions-download-artifact
Expand Down Expand Up @@ -199,7 +167,7 @@ jobs:
- *checkout

- *download-env-file
- *download-build-constraints

- *download-requirements-diff

- name: Download requirements_all_wheels
Expand All @@ -209,10 +177,6 @@ jobs:

- 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
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
image: ghcr.io/home-assistant/{arch}-homeassistant
build_from:
aarch64: ghcr.io/home-assistant/aarch64-homeassistant-base:2025.11.0
armhf: ghcr.io/home-assistant/armhf-homeassistant-base:2025.11.0
armv7: ghcr.io/home-assistant/armv7-homeassistant-base:2025.11.0
amd64: ghcr.io/home-assistant/amd64-homeassistant-base:2025.11.0
i386: ghcr.io/home-assistant/i386-homeassistant-base:2025.11.0
cosign:
base_identity: https://github.com/home-assistant/docker/.*
identity: https://github.com/home-assistant/core/.*
Expand Down
259 changes: 0 additions & 259 deletions homeassistant/components/dominos/__init__.py

This file was deleted.

7 changes: 0 additions & 7 deletions homeassistant/components/dominos/icons.json

This file was deleted.

11 changes: 0 additions & 11 deletions homeassistant/components/dominos/manifest.json

This file was deleted.

6 changes: 0 additions & 6 deletions homeassistant/components/dominos/services.yaml

This file was deleted.

Loading
Loading