From 40bcd38caa24547c06b5f823fc409ad556ab0c43 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 10 Sep 2020 16:58:15 +0200 Subject: [PATCH] Update azure-pipelines-wheels.yml --- azure-pipelines-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-wheels.yml b/azure-pipelines-wheels.yml index ac5f4fd824f..77d90ac94f1 100644 --- a/azure-pipelines-wheels.yml +++ b/azure-pipelines-wheels.yml @@ -94,7 +94,7 @@ jobs: # Write env for build settings ( - echo "GRPC_BUILD_WITH_BORING_SSL_ASM=0" + echo "GRPC_BUILD_WITH_BORING_SSL_ASM=" echo "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1" ) > .env_file displayName: 'Prepare requirements files for Home Assistant wheels'