aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Belleville <rbellevi@google.com>2024-02-09 11:46:25 -0800
committerGitHub <noreply@github.com>2024-02-09 11:46:25 -0800
commitebe2f924f97400692604e10d4b51b48bed02b854 (patch)
tree5bb13a62c37561a0adeb5a05b0981455716cf510
parentb330d6bf23768763af41a754ac5b3f6088ab8531 (diff)
downloadgrpc-grpc-ebe2f924f97400692604e10d4b51b48bed02b854.tar.gz
[Build] Backport #35832 to v1.60 (Strip armv7 artifacts) (#35876)
Strip armv7 artifacts
-rw-r--r--tools/run_tests/artifacts/artifact_targets.py1
1 files changed, 1 insertions, 0 deletions
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(