From 844c355a3c2767fa070ee14448708f8a94c6ec7e Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 3 Feb 2016 17:05:49 -0800 Subject: [PATCH] we actually need the wheel --- tools/run_tests/artifact_targets.py | 1 - tools/run_tests/build_artifact_python.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/run_tests/artifact_targets.py b/tools/run_tests/artifact_targets.py index d32e778545a..b37f968c064 100644 --- a/tools/run_tests/artifact_targets.py +++ b/tools/run_tests/artifact_targets.py @@ -98,7 +98,6 @@ class PythonArtifact: else: environ = {} if self.platform == 'linux': - environ['BDIST_WHEEL_MAYBE'] = 'bdist_wheel' if self.arch == 'x86': environ['SETARCH_CMD'] = 'linux32' return create_docker_jobspec(self.name, diff --git a/tools/run_tests/build_artifact_python.sh b/tools/run_tests/build_artifact_python.sh index 1867e87e288..48cf390f696 100755 --- a/tools/run_tests/build_artifact_python.sh +++ b/tools/run_tests/build_artifact_python.sh @@ -40,7 +40,7 @@ then fi GRPC_PYTHON_BUILD_WITH_CYTHON=1 ${SETARCH_CMD} python setup.py \ - ${BDIST_WHEEL_MAYBE} \ + bdist_wheel \ sdist \ bdist_egg_grpc_custom