mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Musllinux legacy resolver & cargo git (#73614)
This commit is contained in:
parent
187d56b88b
commit
ea71630768
8
.github/workflows/wheels.yml
vendored
8
.github/workflows/wheels.yml
vendored
@ -47,6 +47,9 @@ jobs:
|
|||||||
# execinfo-dev when building wheels. The setuptools build setup does not have an option for
|
# execinfo-dev when building wheels. The setuptools build setup does not have an option for
|
||||||
# adding a single LDFLAG so copy all relevant linux flags here (as of 1.43.0)
|
# adding a single LDFLAG so copy all relevant linux flags here (as of 1.43.0)
|
||||||
echo "GRPC_PYTHON_LDFLAGS=-lpthread -Wl,-wrap,memcpy -static-libgcc -lexecinfo"
|
echo "GRPC_PYTHON_LDFLAGS=-lpthread -Wl,-wrap,memcpy -static-libgcc -lexecinfo"
|
||||||
|
|
||||||
|
# Fix out of memory issues with rust
|
||||||
|
echo "CARGO_NET_GIT_FETCH_WITH_CLI=true"
|
||||||
) > .env_file
|
) > .env_file
|
||||||
|
|
||||||
- name: Upload env_file
|
- name: Upload env_file
|
||||||
@ -137,7 +140,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: home-assistant/wheels@2022.06.1
|
uses: home-assistant/wheels@2022.06.2
|
||||||
with:
|
with:
|
||||||
abi: cp310
|
abi: cp310
|
||||||
tag: musllinux_1_2
|
tag: musllinux_1_2
|
||||||
@ -270,7 +273,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: home-assistant/wheels@2022.06.1
|
uses: home-assistant/wheels@2022.06.2
|
||||||
with:
|
with:
|
||||||
abi: cp310
|
abi: cp310
|
||||||
tag: musllinux_1_2
|
tag: musllinux_1_2
|
||||||
@ -279,6 +282,7 @@ jobs:
|
|||||||
env-file: true
|
env-file: true
|
||||||
apk: "libexecinfo-dev;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"
|
apk: "libexecinfo-dev;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"
|
||||||
skip-binary: aiohttp;grpcio
|
skip-binary: aiohttp;grpcio
|
||||||
|
legacy: true
|
||||||
constraints: "homeassistant/package_constraints.txt"
|
constraints: "homeassistant/package_constraints.txt"
|
||||||
requirements-diff: "requirements_diff.txt"
|
requirements-diff: "requirements_diff.txt"
|
||||||
requirements: "requirements_all.txt"
|
requirements: "requirements_all.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user