Add source build to home-assistant pip #211
build-images.yaml
on: push
Collect changes
3s
Matrix: images-build / Build and test
images-build
/
Build matrix success
0s
Annotations
2 errors and 3 warnings
images-build / Build and test (home-assistant, main)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache bash binutils bluez bluez-deprecated bluez-libs ca-certificates catatonit cups-libs curl eudev-libs ffmpeg git iputils jq libcap libjpeg-turbo-dev libpcap-dev libstdc++ libxslt mariadb-connector-c mariadb-connector-c-dev nano openssh-client openssl postgresql-libs socat tiff tzdata unzip && apk add --no-cache --virtual=.build-deps autoconf build-base cargo cmake cups-dev eudev-dev ffmpeg-dev glib-dev jpeg-dev libffi-dev libxml2-dev libxslt-dev postgresql-dev unixodbc-dev && pip install uv && curl -fsSL \"https://github.com/home-assistant/core/archive/${VERSION}.tar.gz\" | tar xzf - -C /tmp --strip-components=1 && case \"${TARGETPLATFORM}\" in 'linux/amd64') export ARCH='amd64'; ;; 'linux/arm64') export ARCH='aarch64'; ;; esac && HOME_ASSISTANT_BASE=$(curl -fsSL \"https://raw.githubusercontent.com/home-assistant/core/${VERSION}/build.yaml\" | grep \"${ARCH}: \" | cut -d \":\" -f3) && uv pip install --system --requirement \"https://raw.githubusercontent.com/home-assistant/docker/${HOME_ASSISTANT_BASE}/requirements.txt\" && uv pip install --system --requirement /tmp/requirements_all.txt && uv pip install --system homeassistant==\"${VERSION}\" && mkdir -p /config && chown nobody:nogroup -R /config && apk del --purge .build-deps && rm -rf /root/.cache /root/.cargo /tmp/*" did not complete successfully: exit code: 2
|
images-build / Build matrix success
Process completed with exit code 1.
|
Collect changes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Generate matrix for building images
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
images-build / Build and test (home-assistant, main)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, cue-lang/setup-cue@0be332bb74c8a2f07821389447ba3163e2da3bfb, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|