we actually need the wheel

pull/5055/head
Jan Tattermusch 9 years ago
parent e066717041
commit 844c355a3c
  1. 1
      tools/run_tests/artifact_targets.py
  2. 2
      tools/run_tests/build_artifact_python.sh

@ -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,

@ -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

Loading…
Cancel
Save