From ebe2f924f97400692604e10d4b51b48bed02b854 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Fri, 9 Feb 2024 11:46:25 -0800 Subject: [Build] Backport #35832 to v1.60 (Strip armv7 artifacts) (#35876) Strip armv7 artifacts --- tools/run_tests/artifacts/artifact_targets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py index e32acb2a70..8c77ca571c 100644 --- a/tools/run_tests/artifacts/artifact_targets.py +++ b/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( -- cgit v1.2.3