|
|
@ -152,6 +152,7 @@ class PythonArtifact: |
|
|
|
environ["PIP"] = "/opt/python/{}/bin/pip3".format(self.py_version) |
|
|
|
environ["PIP"] = "/opt/python/{}/bin/pip3".format(self.py_version) |
|
|
|
environ["GRPC_SKIP_PIP_CYTHON_UPGRADE"] = "TRUE" |
|
|
|
environ["GRPC_SKIP_PIP_CYTHON_UPGRADE"] = "TRUE" |
|
|
|
environ["GRPC_SKIP_TWINE_CHECK"] = "TRUE" |
|
|
|
environ["GRPC_SKIP_TWINE_CHECK"] = "TRUE" |
|
|
|
|
|
|
|
environ["LDFLAGS"] = "-s" |
|
|
|
return create_docker_jobspec( |
|
|
|
return create_docker_jobspec( |
|
|
|
self.name, |
|
|
|
self.name, |
|
|
|
"tools/dockerfile/grpc_artifact_python_linux_{}".format( |
|
|
|
"tools/dockerfile/grpc_artifact_python_linux_{}".format( |
|
|
|