Skip to content

Commit

Permalink
Set GRPC_BUILD_GRPCIO_TOOLS_DEPENDENTS to true
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Jan 27, 2025
1 parent b44adb5 commit 3ec331b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/run_tests/artifacts/artifact_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ def build_jobspec(self, inner_jobs=None):
# As we won't strip the binary with auditwheel (see below), strip
# it at link time.
environ["LDFLAGS"] = "-s"
# We're using musllinux aarch64 image to build this artifact so no crosscompiling required.
environ["GRPC_BUILD_GRPCIO_TOOLS_DEPENDENTS"] = "TRUE"
else:
environ["GRPC_RUN_AUDITWHEEL_REPAIR"] = "TRUE"
environ["GRPC_PYTHON_BUILD_WITH_STATIC_LIBSTDCXX"] = "TRUE"
Expand Down

0 comments on commit 3ec331b

Please sign in to comment.