From 23a2417c42e2ea9895a7b434eb0a8dcdf298d8c6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 6 May 2021 05:12:06 +0200 Subject: [PATCH] Adjust GRPC wheel build (#50119) --- azure-pipelines-wheels.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-wheels.yml b/azure-pipelines-wheels.yml index bcf16e8dee7..760030ec3cc 100644 --- a/azure-pipelines-wheels.yml +++ b/azure-pipelines-wheels.yml @@ -94,7 +94,8 @@ jobs: # Write env for build settings ( - echo "GRPC_BUILD_WITH_BORING_SSL_ASM=" - echo "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1" + echo "GRPC_BUILD_WITH_BORING_SSL_ASM=false" + echo "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true" + echo "GRPC_PYTHON_BUILD_WITH_CYTHON=true" ) > .env_file displayName: 'Prepare requirements files for Home Assistant wheels'