py-grpcio: workaround build failures pending new release (#19710)

https://github.com/grpc/grpc/pull/24449 grpc/grpc#24248
This commit is contained in:
Andrew W Elble 2020-11-06 15:02:11 -05:00 committed by GitHub
parent 1f8ca07f46
commit f59bbf9c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,8 @@ def setup_build_environment(self, env):
env.set('GRPC_PYTHON_BUILD_SYSTEM_OPENSSL', True)
env.set('GRPC_PYTHON_BUILD_SYSTEM_ZLIB', True)
env.set('GRPC_PYTHON_BUILD_SYSTEM_CARES', True)
# https://github.com/grpc/grpc/pull/24449
env.set('GRPC_BUILD_WITH_BORING_SSL_ASM', '')
for dep in self.spec.dependencies(deptype='link'):
query = self.spec[dep.name]