aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-02-12 12:04:53 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2016-02-12 13:45:37 -0800
commitf747409f6f528c95f39297ebf3aea02085119285 (patch)
tree9f7af65bbe4f2dfaf4393766cf88737b5baa67e9 /tools
parent9b0f81b50857ab7746174106776bc6719f09ffc0 (diff)
Use precompiled extensions only
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_artifact_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_artifact_python.sh b/tools/run_tests/build_artifact_python.sh
index 5768485ca2..6e7ab911d5 100755
--- a/tools/run_tests/build_artifact_python.sh
+++ b/tools/run_tests/build_artifact_python.sh
@@ -46,7 +46,7 @@ fi
GRPC_PYTHON_USE_CUSTOM_BDIST=0 \
GRPC_PYTHON_BUILD_WITH_CYTHON=1 \
${SETARCH_CMD} python setup.py \
- bdist_wheel_grpc_custom
+ build_tagged_ext
GRPC_PYTHON_USE_CUSTOM_BDIST=0 \
GRPC_PYTHON_BUILD_WITH_CYTHON=1 \