mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Revert "Add link flags for grpc armv7 wheels" (#63518)
This commit is contained in:
parent
ce31af5b42
commit
274c9c079e
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -42,10 +42,6 @@ jobs:
|
||||
echo "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true"
|
||||
echo "GRPC_PYTHON_BUILD_WITH_CYTHON=true"
|
||||
echo "GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=true"
|
||||
# GRPC on armv7 needs -lexecinfo (issue #56669) since home assistant installs
|
||||
# execinfo-dev when building wheels. The setup.py does not have an option for
|
||||
# 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\""
|
||||
) > .env_file
|
||||
|
||||
- name: Upload env_file
|
||||
|
Loading…
x
Reference in New Issue
Block a user