From 274c9c079e00efd2288458ac28ef3a65c41c2b33 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Wed, 5 Jan 2022 13:52:26 -0800 Subject: [PATCH] Revert "Add link flags for grpc armv7 wheels" (#63518) --- .github/workflows/wheels.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 10e28ab318d..bcb2595bf00 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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