aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-05-01 14:32:49 -0700
committerGravatar GitHub <noreply@github.com>2018-05-01 14:32:49 -0700
commit9511c07953a7518896b9b2a03ddf76d4e3f0c6d7 (patch)
tree0fb9db75fa928399593f0e469db257a481c8a347
parent8202e8d569001ee874a6f0b2bf3d8bbb222bfec5 (diff)
parent57414c7c5126f5dfad03c29f3fcfdd771087be26 (diff)
Merge pull request #15122 from ericgribkoff/remove_old_env
Remove old environment variable from Python artifact build
-rwxr-xr-xtools/run_tests/artifacts/build_artifact_python.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/build_artifact_python.sh b/tools/run_tests/artifacts/build_artifact_python.sh
index 9ea0f05660..cd794a1391 100755
--- a/tools/run_tests/artifacts/build_artifact_python.sh
+++ b/tools/run_tests/artifacts/build_artifact_python.sh
@@ -17,7 +17,6 @@ set -ex
cd "$(dirname "$0")/../../.."
-export GRPC_PYTHON_USE_CUSTOM_BDIST=0
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
export PYTHON=${PYTHON:-python}
export PIP=${PIP:-pip}