Attempt to strip armv7 artifacts

pull/35832/head
Richard Belleville 10 months ago
parent 97e889d568
commit 0cb7a3122c
  1. 1
      tools/run_tests/artifacts/artifact_targets.py

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

Loading…
Cancel
Save